Changeset 1784 for ZMS


Ignore:
Timestamp:
03.01.2012 21:04:37 (5 months ago)
Author:
zmsdev
Message:

applied fix for loss of language on double-click-to-edit

Location:
ZMS/trunk/plugins/www/jquery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/plugins/www/jquery/jquery-all.min.js

    r1781 r1784  
    4040else {href+='/manage_main'} 
    4141if(self.location.href.indexOf('/manage_translate')>0){href+='_iframe';href+='?lang='+lang;href+='&ZMS_NO_BODY=1';zmiIframe(href,{},{})} 
    42 else if(self.location.href.indexOf('/manage')>0){self.location.href=href} 
     42else if(self.location.href.indexOf('/manage')>0){href+='?lang='+lang;self.location.href=href} 
    4343else {href+='_iframe';href+='?lang='+lang;showFancybox({'autoDimensions':false,'hideOnOverlayClick':false,'href':href,'transitionIn':'fade','transitionOut':'fade','type':'iframe','width':819 
    4444})} 
  • ZMS/trunk/plugins/www/jquery/plugin/jquery.plugin.extensions.js

    r1781 r1784  
    100100                                } 
    101101                                else if (self.location.href.indexOf('/manage')>0) { 
     102                                        href += '?lang='+lang; 
    102103                                        self.location.href = href; 
    103104                                } 
Note: See TracChangeset for help on using the changeset viewer.