Ignore:
Timestamp:
May 21, 2011, 12:33:41 PM (13 years ago)
Author:
grum
Message:

bug:2308 - HD Picture are not displayed

Location:
extensions/gally/gally-default/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/js/gallyjs-tpp.js

    r10736 r10972  
    603603  this.getInterfaceProp = function () { return interface; };
    604604  this.getTabsProp = function () { return tabs; };
     605  this.openDisplayHigh = function (url) { openDisplayHigh(url); };
    605606
    606607  init();
  • extensions/gally/gally-default/js/gallyjs-tpp.min.js

    r10736 r10972  
    113113else
    114114{image.zoomMode="full";}
    115 $("#theImgHighZoomButton").toggleClass('full').toggleClass('fit');displayZoomHigh();};this.closeDisplayHigh=function(){closeDisplayHigh();};this.switchZoomHigh=function(){switchZoomHigh();};this.getImageProp=function(){return image;};this.getInterfaceProp=function(){return interface;};this.getTabsProp=function(){return tabs;};init();}
     115$("#theImgHighZoomButton").toggleClass('full').toggleClass('fit');displayZoomHigh();};this.closeDisplayHigh=function(){closeDisplayHigh();};this.switchZoomHigh=function(){switchZoomHigh();};this.getImageProp=function(){return image;};this.getInterfaceProp=function(){return interface;};this.getTabsProp=function(){return tabs;};this.openDisplayHigh=function(url){openDisplayHigh(url);};init();}
Note: See TracChangeset for help on using the changeset viewer.