We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62551a1 commit 7ffbca0Copy full SHA for 7ffbca0
filer/static/filer/js/addons/popup_handling.js
@@ -12,7 +12,7 @@ if (django.jQuery) {
12
function windowname_to_id(text) {
13
text = text.replace(/__dot__/g, '.');
14
text = text.replace(/__dash__/g, '-');
15
- return text;
+ return text.split('__')[0];
16
}
17
18
window.dismissPopupAndReload = function (win) {
0 commit comments