Advertisement
Guest User

Fix for dbl search click

a guest
Jul 2nd, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $this->options["search_options"]["beforeShowSearch"] .= 'function(formid) {
  2. if (!formid.attr("id")) return true;
  3.  
  4. var gid = formid.attr("id").replace("fbox_","");
  5. jQuery("#searchmodfbox_" + gid).'.$fx_center.'center();
  6. return true;
  7. }
  8. ';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement