luci-mod-network: work around jsmin bug
[project/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / tools / network.js
index 8efbd89d4b95ec3c75c34a08b060408ff8e746c9..d13299777f5801043a3593c07f9283fe96144f4f 100644 (file)
@@ -274,7 +274,7 @@ var cbiTagValue = form.Value.extend({
 
                        var t = /t/.test(s[1] || '') ? 't' : 'u';
 
-                       return /\*/.test(s[1] || '') ? [t, '*'] : [t];
+                       return /\x2a/.test(s[1] || '') ? [t, '*'] : [t];
                }
 
                return ['-'];