mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
add new home layout
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
|
||||
var layouts = [
|
||||
"background",
|
||||
"hero",
|
||||
"profile",
|
||||
"card",
|
||||
@@ -11,8 +10,6 @@ var currentLayout = 0
|
||||
|
||||
function switchHomeLayout() {
|
||||
|
||||
//document.getElementById(
|
||||
|
||||
var old = currentLayout
|
||||
currentLayout = currentLayout == layouts.length - 1 ? 0 : currentLayout + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user