- Timestamp:
- 03.01.2012 21:04:37 (5 months ago)
- Location:
- ZMS/trunk/plugins/www/jquery
- Files:
-
- 2 edited
-
jquery-all.min.js (modified) (1 diff)
-
plugin/jquery.plugin.extensions.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/plugins/www/jquery/jquery-all.min.js
r1781 r1784 40 40 else {href+='/manage_main'} 41 41 if(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}42 else if(self.location.href.indexOf('/manage')>0){href+='?lang='+lang;self.location.href=href} 43 43 else {href+='_iframe';href+='?lang='+lang;showFancybox({'autoDimensions':false,'hideOnOverlayClick':false,'href':href,'transitionIn':'fade','transitionOut':'fade','type':'iframe','width':819 44 44 })} -
ZMS/trunk/plugins/www/jquery/plugin/jquery.plugin.extensions.js
r1781 r1784 100 100 } 101 101 else if (self.location.href.indexOf('/manage')>0) { 102 href += '?lang='+lang; 102 103 self.location.href = href; 103 104 }
Note: See TracChangeset
for help on using the changeset viewer.
