forked from extern/egroupware
fix add-favorite method to NOT bubble and giving a CSP warning instead of running
This commit is contained in:
parent
2de3cdb780
commit
2bb7b7565c
@ -365,6 +365,9 @@ var AppJS = Class.extend(
|
|||||||
// Popup
|
// Popup
|
||||||
this.favorite_popup.dialog("open");
|
this.favorite_popup.dialog("open");
|
||||||
console.log(this);
|
console.log(this);
|
||||||
|
|
||||||
|
// Stop the normal bubbling if this is called on click
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user