diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 14:40:55 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-11 14:40:55 +0200 |
| commit | ecde30f619161a9d2b4f454f11e41a1239303a34 (patch) | |
| tree | 0e94da341d69f2ff8fa413605db53151585bc567 /scripts | |
| parent | 24fb92d843ab317c3fca945cabc9b311e09e6f40 (diff) | |
mv img resources to res/img/
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rz_core.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rz_core.js b/scripts/rz_core.js index a2c47abe..7c611cbc 100644 --- a/scripts/rz_core.js +++ b/scripts/rz_core.js @@ -284,13 +284,13 @@ function update(no_relayout) { .attr("xlink:href", function(d) { switch (d.status) { case "done": - return "images/check.png"; + return "res/img/check.png"; break; case "current": - return "images/wait.png"; + return "res/img/wait.png"; break; case "waiting": - return "images/cross.png"; + return "res/img/cross.png"; break; } }) |
