Ticket #3889: script.legacy.js.diff

File script.legacy.js.diff, 0.8 kB (added by drmessano, 3 years ago)
  • script.legacy.js

    old new  
    625625} 
    626626 
    627627function isDialpatternChar (c) 
    628 {   return ( ((c >= "0") && (c <= "9")) || (c == "[") || (c == "]") || (c == "-") || (c == "+") || (c == ".") || (c == "|") || (c == "Z" || c == "z") || (c == "X" || c == "x") || (c == "N" || c == "n") || (c == "*") || (c == "#" ) || (c == "_") || (c == "!")
     628{   return ( ((c >= "0") && (c <= "9")) || (c == "[") || (c == "]") || (c == "-") || (c == "+") || (c == ".") || (c == "|") || (c == "Z" || c == "z") || (c == "X" || c == "x") || (c == "N" || c == "n") || (c == "*") || (c == "#" ) || (c == "_") || (c == "!") || (c == "/")
    629629} 
    630630 
    631631function isDialruleChar (c)