Changeset 836663
- Timestamp:
- 01/11/2014 12:29:37 PM (12 years ago)
- File:
-
- 1 edited
-
prettyphoto/trunk/prettyphoto.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prettyphoto/trunk/prettyphoto.php
r836659 r836663 26 26 function pp_print_footer_script() { 27 27 $script = <<<END 28 <script type= \"text/javascript\" charset=\"utf-8\">28 <script type="text/javascript" charset="utf-8"> 29 29 jQuery(document).ready(function() { 30 jQuery( \"a[rel^='prettyPhoto']\").prettyPhoto({30 jQuery("a[rel^='prettyPhoto']").prettyPhoto({ 31 31 deeplinking: false, 32 32 });
Note: See TracChangeset
for help on using the changeset viewer.