Making the navbar more responsive to screen changes
! Bootstrap doesn't behave so dropdowns are borked but they'r theoretically there LMAO at this example config update btw its gonna keep changing so I'm not updating its patch notes from here out until its a proper looking example
This commit is contained in:
@@ -16,7 +16,7 @@ function get_config(parser) {
|
||||
|
||||
// now we'll just blindly construct the config object from here on out
|
||||
let ret = { path: path }
|
||||
for(const key in file_json.keys) {
|
||||
for(const key of Object.keys(file_json)) {
|
||||
if(key == 'path') { continue } // don't overwrite the old path
|
||||
else {
|
||||
ret[key] = file_json[key]
|
||||
|
||||
Reference in New Issue
Block a user