Advertisement
Guest User

orip

a guest
Sep 25th, 2008
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. --- jqModal.js 2008-09-26 02:02:43.641125000 +0300
  2. +++ jqmodal_patched.js 2008-09-26 02:02:37.438000000 +0300
  3. @@ -58,8 +58,8 @@
  4. if(h.c.onHide)h.c.onHide(h);else{h.w.hide();if(h.o)h.o.remove();} return F;
  5. },
  6. params:{}};
  7. -var s=0,H=$.jqm.hash,A=[],ie6=$.browser.msie&&($.browser.version == "6.0"),F=false,
  8. -i=$('<iframe src="javascript:false;document.write(\'\');" class="jqm"></iframe>').css({opacity:0}),
  9. +var s=0,H=$.jqm.hash,A=[],ie6=false,F=false,
  10. +i=$(''),
  11. e=function(h){if(ie6)if(h.o)h.o.html('<p style="width:100%;height:100%"/>').prepend(i);else if(!$('iframe.jqm',h.w)[0])h.w.prepend(i); f(h);},
  12. f=function(h){try{$(':input:visible',h.w)[0].focus();}catch(_){}},
  13. L=function(t){$()[t]("keypress",m)[t]("keydown",m)[t]("mousedown",m);},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement