From 265531bb4d7e550c4cb4a1f2832572390b080353 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Mon, 9 Apr 2018 23:21:06 +0200 Subject: [PATCH] Add new bg pattern --- res/static/res/img/checker16.png | Bin 0 -> 357 bytes webcontroller/templates/funcs.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 res/static/res/img/checker16.png diff --git a/res/static/res/img/checker16.png b/res/static/res/img/checker16.png new file mode 100644 index 0000000000000000000000000000000000000000..b323ee40638b9c5961c68031a6a456cceff246f6 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^5H=O_D3w7qQYD)>;@%3A=%83h!W@g+}zYW5SM|$xhOTUBsE2$ zJhLQ2!QIn0AVn{g9VmX%)5S5w9depRvC?Hzw|R=qNrFn7E0HoXqb>cf#!eLe`gW;}@IO* literal 0 HcmV?d00001 diff --git a/webcontroller/templates/funcs.go b/webcontroller/templates/funcs.go index 3075cd4..814e374 100644 --- a/webcontroller/templates/funcs.go +++ b/webcontroller/templates/funcs.go @@ -14,7 +14,7 @@ var funcMap = template.FuncMap{ } func bgPatternCount() uint8 { - return uint8(time.Now().UnixNano() % 16) + return uint8(time.Now().UnixNano() % 17) } func debugMode() bool {