mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 09:50:24 +00:00
Merge pull request #509 from zoff-music/refactor/audit-fixes
Refactor/audit fixes
This commit is contained in:
804
package-lock.json
generated
804
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,6 @@
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-cssnano": "^2.1.3",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-util": "^3.0.8"
|
||||
},
|
||||
|
||||
@@ -534,7 +534,6 @@ var Frontpage = {
|
||||
|
||||
window.onpopstate = function(e) {
|
||||
var url_split = window.location.href.split("/");
|
||||
console.log(url_split);
|
||||
if (url_split[3] !== "" && url_split[3].substring(0, 1) != "#") {
|
||||
Frontpage.to_channel(url_split[3], true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user