Changes between Version 2 and Version 3 of CodeSamples/JavaScript/WaterMark
- Timestamp:
- 02/06/13 13:11:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSamples/JavaScript/WaterMark
v2 v3 12 12 13 13 {{{ 14 #!text/html 15 <script type="text/javascript"> 14 16 /** 15 17 * Place a tiled image between the map and the scale slider … … 63 65 el.parentNode.insertBefore(watermark, el); 64 66 } 65 67 </script> 66 68 }}}