1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Request scrollbars in external windows

This commit is contained in:
Jermolene 2015-05-05 21:47:37 +01:00
parent 789069bb6b
commit cad5917eeb

View File

@ -32,7 +32,7 @@ exports.startup = function() {
width = paramObject.width || "700",
height = paramObject.height || "600";
// Open the window
var srcWindow = window.open("","external-" + title,"width=" + width + ",height=" + height),
var srcWindow = window.open("","external-" + title,"scrollbars,width=" + width + ",height=" + height),
srcDocument = srcWindow.document;
windows[title] = srcWindow;
// Check for reopening the same window