ソースを参照

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