Skip to content

Commit

Permalink
Disable alert in droplets
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bleiweis committed May 8, 2017
1 parent b49ecf7 commit 7d363a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbce/modules/droplets/js/jquery.tablesorter.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
if (typeof console != "undefined" && typeof console.debug != "undefined") {
console.log(s);
} else {
alert(s);
// alert(s);
}
}

Expand Down

0 comments on commit 7d363a5

Please sign in to comment.