Update DefaultPageLayout.php

This commit is contained in:
bergware
2023-11-26 11:25:03 +01:00
parent e74d29f742
commit b3aa15e8e6

View File

@@ -960,6 +960,7 @@ nchan_docker.on('message', function(data) {
}
box.scrollTop(box[0].scrollHeight);
});
var nchan_vmaction = new NchanSubscriber('/sub/vmaction',{subscriber:'websocket'});
nchan_vmaction.on('message', function(data) {
if (!data || openDone(data) || openError(data)) return;
@@ -1008,6 +1009,7 @@ nchan_vmaction.on('message', function(data) {
}
box.scrollTop(box[0].scrollHeight);
});
var backtotopoffset = 250;
var backtotopduration = 500;
$(window).scroll(function() {