mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
more things added to the backdrop
This commit is contained in:
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -122,7 +122,7 @@ var Nochan = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
add_backdrop: function(list, i) {
|
add_backdrop: function(list, i) {
|
||||||
if(i >= list.length || i >= 8) i = 0;
|
if(i >= list.length || i >= 12) i = 0;
|
||||||
|
|
||||||
var id = list[i][1];
|
var id = list[i][1];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user