parent
edbb2e6d7f
commit
49f95ef6d2
@ -3767,6 +3767,9 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
||||
urlCloseBrackets--;
|
||||
urlLength--;
|
||||
}
|
||||
if (urlOpenBrackets > urlCloseBrackets) {
|
||||
url = url.replace(/\)+$/, '');
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user