mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
fixed popover not changing
This commit is contained in:
parent
c41f973402
commit
3d52aaa10e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ $(document).ready(function () {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
function userPopover(title, text){
|
function userPopover(title, text){
|
||||||
|
$("#newuser").popover('dispose');
|
||||||
$("#newuser").data("toggle", "popover");
|
$("#newuser").data("toggle", "popover");
|
||||||
$("#newuser").data("container", "body");
|
$("#newuser").data("container", "body");
|
||||||
$("#newuser").data("placement", "bottom");
|
$("#newuser").data("placement", "bottom");
|
||||||
|
|
Loading…
Reference in a new issue