Forbid colons, this Fixes #301
parent
c3f728b2ed
commit
00c3281a02
|
@ -43,7 +43,8 @@ var globalPads = {
|
|||
* time, and allow us to "play back" these changes so legacy padIds can be found.
|
||||
*/
|
||||
var padIdTransforms = [
|
||||
[/\s+/g, '_']
|
||||
[/\s+/g, '_'],
|
||||
[/:+/g, '_']
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue