Skip to content
Snippets Groups Projects
Commit 010c192f authored by galegosimpatico's avatar galegosimpatico
Browse files

Fix bug.

Cannot add a `let` variable to an object.
parent b2884f09
Branches
Tags
No related merge requests found
const validators = [];
/** Counts notifications popped up at any time. */
let popped_modals_ct = 0;
window.QPixel = {
/**
* Get the current CSRF anti-forgery token. Should be passed as the X-CSRF-Token header when
......@@ -12,9 +15,6 @@ window.QPixel = {
return token;
},
/** Counts notifications popped up at any time. */
let popped_modals_ct = 0;
/**
* Create a notification popup - not an inbox notification.
* @param type the type to apply to the popup - warning, danger, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment