diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-21 18:01:15 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-21 18:01:15 +0200 |
| commit | 9404d197cedba1c7d2c076762f631c20ad700255 (patch) | |
| tree | 8d6ca78ef20ae75deaf84acbf9e2abcb7e0eeefc /src/client/rz_core.js | |
| parent | da7e5898380bd1f9146945b1c520834f2d86845a (diff) | |
s/res/static/ for local running - not tested on rhizi.netpastebin
Diffstat (limited to 'src/client/rz_core.js')
| -rw-r--r-- | src/client/rz_core.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 7ec19692..473e7d59 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -568,13 +568,13 @@ function update_view__graph(no_relayout) { .attr("xlink:href", function(d) { switch (d.status) { case "done": - return "res/img/check.png"; + return "static/img/check.png"; break; case "current": - return "res/img/wait.png"; + return "static/img/wait.png"; break; case "waiting": - return "res/img/cross.png"; + return "static/img/cross.png"; break; } }); |
