Browse Source

fix extra ' in colormask

Robin Herbots 8 years ago
parent
commit
65491eac2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/inputmask.js

+ 1 - 1
js/inputmask.js

@@ -2958,7 +2958,7 @@
                 function handleStatic() {
                     if (!isStatic && (test.fn === null || testPos.input === undefined)) {
                         isStatic = true;
-                        maskTemplate += "<span class='im-static''>"
+                        maskTemplate += "<span class='im-static'>"
                     } else if (isStatic && (test.fn !== null && testPos.input !== undefined)) {
                         isStatic = false;
                         maskTemplate += "</span>"