Fixes in popu
This commit is contained in:
parent
4cd11417ef
commit
b09af4d2f6
2 changed files with 3 additions and 1 deletions
2
popup.js
2
popup.js
|
|
@ -313,6 +313,8 @@ $=jQuery;
|
||||||
$(popup).fadeIn({'done': after_show(popup)});
|
$(popup).fadeIn({'done': after_show(popup)});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//Ajax
|
//Ajax
|
||||||
|
|
||||||
ajax_post={
|
ajax_post={
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: options.url,
|
url: options.url,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue