OSDN Git Service

fix: sync error
[pettanr/pettanr.git] / app / assets / javascripts / view / image.js.coffee
index 7539eeb..104d993 100644 (file)
@@ -51,5 +51,5 @@ class Pettanr.View.Image
     new Pettanr.ImageFile(@image_dir() + 'root.png')\r
   \r
   @icon_pick_file: (type) ->\r
-    new Pettanr.ImageFile(@image_dir() + type + '.png')\r
+    new Pettanr.ImageFile(@image_dir() + type + '.gif')\r
   \r