Revert "Fix Nano scrolling issues (in a shitty way)"

This reverts commit 16c987c849.
This commit is contained in:
tigercat2000
2018-11-20 12:46:26 -08:00
parent 2c96b00fc4
commit e89da9fad0
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -1379,11 +1379,6 @@ var NanoWindow = function ()
var setupScroll = function() {
$("#cornerWrapper").focus();
$("#uiContent").on("click", function (event) {
event = event || window.event;
event.stopPropagation();
$("#cornerWrapper").focus();
})
};
var fancyChrome = function() {
-5
View File
@@ -61,11 +61,6 @@ var NanoWindow = function ()
var setupScroll = function() {
$("#cornerWrapper").focus();
$("#uiContent").on("click", function (event) {
event = event || window.event;
event.stopPropagation();
$("#cornerWrapper").focus();
})
};
var fancyChrome = function() {