mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixed using '(', ')', and '|' as delimeters when creating table from selection, b=101783, r=timeless, sr=kin
This commit is contained in:
parent
a760ed9ca9
commit
2b1be5f5f5
@ -222,7 +222,7 @@ function onOK()
|
|||||||
if (sepCharacter.length > 0)
|
if (sepCharacter.length > 0)
|
||||||
{
|
{
|
||||||
var tempStr = sepCharacter;
|
var tempStr = sepCharacter;
|
||||||
var regExpChars = ".!@#$%^&*-+[]{}\\\/";
|
var regExpChars = ".!@#$%^&*-+[]{}()\|\\\/";
|
||||||
if (regExpChars.indexOf(sepCharacter) >= 0)
|
if (regExpChars.indexOf(sepCharacter) >= 0)
|
||||||
tempStr = "\\" + sepCharacter;
|
tempStr = "\\" + sepCharacter;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user