Skip to content
Snippets Groups Projects
Commit 5ef3f4cb authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove alert message.

parent 1dac17e8
No related merge requests found
...@@ -535,7 +535,6 @@ $(document).ready(function() { ...@@ -535,7 +535,6 @@ $(document).ready(function() {
// First things first, default form customizations // First things first, default form customizations
Lightbox.addOpenAction(Lightbox.registerEvents); Lightbox.addOpenAction(Lightbox.registerEvents);
Lightbox.addOpenAction(Lightbox.registerForms); Lightbox.addOpenAction(Lightbox.registerForms);
Lightbox.addOpenAction(function(){alert('!')});
Lightbox.addFormCallback('newList', Lightbox.changeContent); Lightbox.addFormCallback('newList', Lightbox.changeContent);
Lightbox.addFormHandler('loginForm', function(evt) { Lightbox.addFormHandler('loginForm', function(evt) {
ajaxLogin(evt.target); ajaxLogin(evt.target);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment