diff options
| author | jpl | 2016-08-31 18:27:27 +0200 | 
|---|---|---|
| committer | jpl | 2016-08-31 18:27:39 +0200 | 
| commit | ca32433af8c42394ba45c91d4bf39948f77c33dc (patch) | |
| tree | 1b2b8cff2d65bc6e2ca05384a9f267b6739bfb04 /app/views/networks | |
| parent | 5b80c096c66ed30910f8dfa326f864f050c3a40c (diff) | |
| download | chouette-core-ca32433af8c42394ba45c91d4bf39948f77c33dc.tar.bz2 | |
Refs #1528: fix the problemous
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/index.js.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/networks/index.js.slim b/app/views/networks/index.js.slim index 1b5581307..930880dfa 100644 --- a/app/views/networks/index.js.slim +++ b/app/views/networks/index.js.slim @@ -1 +1 @@ -$('#networks').html("#{escape_javascript(render('networks'))}");
\ No newline at end of file +| $('#networks').html("#{escape_javascript(render('networks'))}");
\ No newline at end of file | 
