Explorar el Código

Fix typo.

pull/24/head
Ben Kurtovic hace 12 años
padre
commit
40d92aa7fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/js/potd.js

+ 1
- 1
static/js/potd.js Ver fichero

@@ -4,7 +4,7 @@ function update_screen_size() {
"width": window.screen.availWidth,
"height": window.screen.availHeight
}
if (!cookie || cookie["width"] != data["width"] || cookie["height"] != data["height"]) {
if (!cache || cache["width"] != data["width"] || cache["height"] != data["height"]) {
set_cookie("EarwigScreenCache", JSON.stringify(data), 1095);
}
}


Cargando…
Cancelar
Guardar