浏览代码

fix extra ' in colormask

Robin Herbots 8 年之前
父节点
当前提交
65491eac2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>"