Updated Navbar option fixed position

Navbar position will now be fixed by class and wont be forced on top
This commit is contained in:
2022-03-15 13:23:56 +01:00
parent d4a0cb45ef
commit eecee7f917
11 changed files with 116 additions and 773 deletions

View File

@@ -68,7 +68,7 @@ require = (function (modules, cache, entry) {
// Override the current require with this new one
return newRequire;
})({12:[function(require,module,exports) {
})({14:[function(require,module,exports) {
var bundleURL = null;
function getBundleURLCached() {
if (!bundleURL) {
@@ -99,7 +99,7 @@ function getBaseURL(url) {
exports.getBundleURL = getBundleURLCached;
exports.getBaseURL = getBaseURL;
},{}],11:[function(require,module,exports) {
},{}],13:[function(require,module,exports) {
var bundle = require('./bundle-url');
function updateLink(link) {
@@ -131,7 +131,7 @@ function reloadCSS() {
module.exports = reloadCSS;
},{"./bundle-url":12}],0:[function(require,module,exports) {
},{"./bundle-url":14}],0:[function(require,module,exports) {
var global = (1, eval)('this');
var OldModule = module.bundle.Module;
function Module() {
@@ -149,7 +149,7 @@ function Module() {
module.bundle.Module = Module;
if (!module.bundle.parent && typeof WebSocket !== 'undefined') {
var ws = new WebSocket('ws://localhost:54725/');
var ws = new WebSocket('ws://localhost:61816/');
ws.onmessage = function(event) {
var data = JSON.parse(event.data);