fix backlink

This commit is contained in:
hummypkg 2016-11-20 11:53:03 +00:00
parent 815c78cf4d
commit 44bcd90b9f
1 changed files with 2 additions and 2 deletions

View File

@ -815,8 +815,8 @@ $('#buttons')
window.location = '/edit/edit.jim' +
'?file=' + cf +
'&backdesc=Return+to+sweeper' +
'&backlink=' + encodeURIComponent('/plugin/sweeper/edit.jim?dir=')
+ edir;
'&backlink=' + encodeURIComponent('/plugin/sweeper/edit.jim?dir='
+ edir);
});
$('#b_save').button({icons: {primary: "ui-icon-disk"}});