forked from f0ck/f0ckv2
Frontend lol
This commit is contained in:
29
public/js/rt.js
Normal file
29
public/js/rt.js
Normal file
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
layout: {
|
||||
margin: 6,
|
||||
min_cols: 3,
|
||||
min_rows: 4,
|
||||
itemsize: 130
|
||||
},
|
||||
st: {
|
||||
behavior: "smooth",
|
||||
block: "center"
|
||||
},
|
||||
url: "//f0ck.me",
|
||||
tmp: {
|
||||
scroll: false,
|
||||
resize: null
|
||||
},
|
||||
container: {
|
||||
wrapper: document.querySelector("div#wrapper"),
|
||||
itemview: document.querySelector("div#itemview"),
|
||||
posts: document.querySelectorAll("div.posts")
|
||||
},
|
||||
items: {
|
||||
first: null,
|
||||
last: null,
|
||||
newest: null,
|
||||
oldest: null,
|
||||
eps: 0
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user