wnw_show 0.0.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -83,9 +83,9 @@ if (!wnw.show) wnw.show = {};
|
|
|
83
83
|
};
|
|
84
84
|
var assetPath = function(name) {
|
|
85
85
|
// for wnw rails environment
|
|
86
|
-
|
|
86
|
+
return "<%= asset_path('wnw_show/show/" + name + "') %>";
|
|
87
87
|
// for local test
|
|
88
|
-
return "/wnw_show/vendor/assets/images/wnw_show/show/" + name;
|
|
88
|
+
//return "/wnw_show/vendor/assets/images/wnw_show/show/" + name;
|
|
89
89
|
};
|
|
90
90
|
//publicフィールド・関数定義
|
|
91
91
|
wnw.show.start = start;
|