OSDN Git Service

add cache
[pettanr/pettanr.git] / app / assets / javascripts / models / picture.js.coffee
index 405d9b4..cec6aa9 100644 (file)
@@ -51,7 +51,7 @@ class Pettanr.Picture extends Peta.Content
   \r
   symbol_option: (cb) ->\r
     _this = this\r
-    this.fetch().done ->\r
+    this.fetch({cache: true}).done ->\r
       cb(_this.tmb_opt_img_tag())\r
   \r
   is_enable: () ->\r