forked from cory/tildefriends
Make the editor pane resizable.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3700 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -647,6 +647,7 @@ function removeFile() {
|
||||
}
|
||||
|
||||
window.addEventListener("load", function() {
|
||||
Split(['#editPane', '#viewPane'], {minSize: 0});
|
||||
if (window.Notification) {
|
||||
Notification.requestPermission();
|
||||
}
|
||||
|
Reference in New Issue
Block a user