mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
No need to globally replace end colon
There will be only one
This commit is contained in:
@@ -908,7 +908,7 @@ var ICEcoder = {
|
||||
for(i=0;i<top.ICEcoder.selectedFiles.length;i++) {
|
||||
filesQS += top.ICEcoder.selectedFiles[i]+":";
|
||||
}
|
||||
filesQS = filesQS.replace(/\:$/g,"");
|
||||
filesQS = filesQS.replace(/\:$/,"");
|
||||
}
|
||||
find = find.replace(/\'/g, ''');
|
||||
find != encodeURIComponent(find) ? find = 'ICEcoder:'+encodeURIComponent(find) : find;
|
||||
|
||||
Reference in New Issue
Block a user