Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete permission (or other items) #11

Open
bsploit opened this issue Sep 17, 2015 · 1 comment
Open

Unable to delete permission (or other items) #11

bsploit opened this issue Sep 17, 2015 · 1 comment

Comments

@bsploit
Copy link

bsploit commented Sep 17, 2015

After pressing OK at modal delete confirmation window nothing happens. It seems like it is js error, because in firebug I see:
ReferenceError: event is not defined
...null!==o&&$(buttonElm).click(function(){o.call(e,this,event)})},this.displayLoad...

ModalRemote.min.js (row 1, column 2551)

@bsploit
Copy link
Author

bsploit commented Sep 19, 2015

Hi! To fix issue:
in ModalRemote.js (and min version also)
line 132, it seems like we should pass event as parameter of function call like this:
$(buttonElm).click(function(event){
______________________^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant