mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-12 11:48:06 +00:00
Request scrollbars in external windows
This commit is contained in:
@@ -32,7 +32,7 @@ exports.startup = function() {
|
|||||||
width = paramObject.width || "700",
|
width = paramObject.width || "700",
|
||||||
height = paramObject.height || "600";
|
height = paramObject.height || "600";
|
||||||
// Open the window
|
// 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;
|
srcDocument = srcWindow.document;
|
||||||
windows[title] = srcWindow;
|
windows[title] = srcWindow;
|
||||||
// Check for reopening the same window
|
// Check for reopening the same window
|
||||||
|
|||||||
Reference in New Issue
Block a user