Skip to content

Commit

Permalink
- Unused var. (script.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Aug 26, 2016
1 parent bdfb3ea commit 241b8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/javascript/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ $(window).on('load', function ()
show_notification = function (url, toggle, $button, $popup, url_preview, toggle_callback, preview_callback, is_generic_notification)
{
show_ajax($button, [0, 30]);
$popup.load(url, function (data)
$popup.load(url, function ()
{
hide_ajax();

Expand Down

0 comments on commit 241b8c5

Please sign in to comment.