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
dec466bc11
commit
844a788a40
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ $(document).ready(function () {
|
|||
});
|
||||
});
|
||||
function userPopover(title, text){
|
||||
$("#newuser").popover('dispose');
|
||||
$("#newuser").data("toggle", "popover");
|
||||
$("#newuser").data("container", "body");
|
||||
$("#newuser").data("placement", "bottom");
|
||||
|
|
Loading…
Reference in a new issue