Changes between Version 2 and Version 3 of CodeSamples/JavaScript/WaterMark


Ignore:
Timestamp:
Feb 6, 2013, 1:11:46 PM (11 years ago)
Author:
davidwilhelmsson
Comment:

Added syntax formatting

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/JavaScript/WaterMark

    v2 v3  
    1212
    1313{{{
     14#!text/html
     15<script type="text/javascript">
    1416/**
    1517 * Place a tiled image between the map and the scale slider
     
    6365        el.parentNode.insertBefore(watermark, el);
    6466}
    65 
     67</script>
    6668}}}