Changeset 609950
- Timestamp:
- 10/09/2012 09:58:42 AM (13 years ago)
- Location:
- thumbsniper
- Files:
-
- 2 edited
-
tags/2.0.3/thumbsniper_basic.php (modified) (1 diff)
-
trunk/thumbsniper_basic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thumbsniper/tags/2.0.3/thumbsniper_basic.php
r609948 r609950 430 430 function thumbsniper_json_data($jQueryName) 431 431 { 432 $out = 'v: ' . $this->options->get_general_setting( "thumbsniper" ) . ',';432 $out = 'v: "' . ThumbSniper_Options::THUMBSNIPER_VERSION . '",'; 433 433 $out.= 'url: thumbsniper_rel_to_abs(' . $jQueryName . '(this).attr("href")),'; 434 434 $out.= 'size: ' . $this->options->get_general_setting( "thumbsniper_scaling" ) . ','; -
thumbsniper/trunk/thumbsniper_basic.php
r609948 r609950 430 430 function thumbsniper_json_data($jQueryName) 431 431 { 432 $out = 'v: ' . $this->options->get_general_setting( "thumbsniper" ) . ',';432 $out = 'v: "' . ThumbSniper_Options::THUMBSNIPER_VERSION . '",'; 433 433 $out.= 'url: thumbsniper_rel_to_abs(' . $jQueryName . '(this).attr("href")),'; 434 434 $out.= 'size: ' . $this->options->get_general_setting( "thumbsniper_scaling" ) . ',';
Note: See TracChangeset
for help on using the changeset viewer.