Skip to content

Commit

Permalink
auto formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Jun 17, 2019
1 parent 139a114 commit 2549be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charge/resources/assets/js/charge-cp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener("DOMContentLoaded", function() {
document.addEventListener("DOMContentLoaded", function () {
var elems = document.getElementsByClassName('confirmation');
var confirmIt = function (e) {
if (!confirm('Are you sure?')) e.preventDefault();
Expand Down

0 comments on commit 2549be0

Please sign in to comment.