瀏覽代碼

Fix typo.

pull/24/head
Ben Kurtovic 12 年之前
父節點
當前提交
40d92aa7fb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      static/js/potd.js

+ 1
- 1
static/js/potd.js 查看文件

@@ -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);
}
}


Loading…
取消
儲存