make context menu open correct app on correct port
parent
deed04108b
commit
c936e5ae73
|
@ -2640,7 +2640,7 @@ define([
|
|||
else if ($(this).hasClass("cp-app-drive-context-newdoc")) {
|
||||
var type = $(this).data('type') || 'pad';
|
||||
sessionStorage[Cryptpad.newPadPathKey] = filesOp.isPathIn(currentPath, [TRASH]) ? '' : currentPath;
|
||||
window.open('/' + type + '/');
|
||||
window.open(APP.origin + '/' + type + '/');
|
||||
}
|
||||
APP.hideMenu();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue