Skip to content

Commit

Permalink
'event' is defined but never used.
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jun 18, 2015
1 parent 2c0059c commit 1b79970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/db_qbe.js
Expand Up @@ -52,7 +52,7 @@ AJAX.registerOnload('db_qbe.js', function () {
/**
* Ajax event handlers for 'Create bookmark'
*/
$(document).on('click', "#saveSearch", function (event) {
$(document).on('click', "#saveSearch", function () {
$('#action').val('create');
});

Expand Down

0 comments on commit 1b79970

Please sign in to comment.