Skip to content
Snippets Groups Projects
Commit 33fb9a41 authored by David Siegfried's avatar David Siegfried Committed by David Siegfried
Browse files

fixes #890

parent af36e38d
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ class ActionMenu {
* Confirms an action in the action menu that calls a JavaScript function
* instead of linking to another URL.
*/
confirmJSAction(element = null) {
static confirmJSAction(element = null) {
//Show visual hint using a deferred. This way we don't need to
//duplicate the functionality in the done() handler.
//(code copied from copyable_link.js and modified)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment