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/group_of_lines | |
| parent | 5b80c096c66ed30910f8dfa326f864f050c3a40c (diff) | |
| download | chouette-core-ca32433af8c42394ba45c91d4bf39948f77c33dc.tar.bz2 | |
Refs #1528: fix the problemous
Diffstat (limited to 'app/views/group_of_lines')
| -rw-r--r-- | app/views/group_of_lines/index.js.slim | 2 | ||||
| -rw-r--r-- | app/views/group_of_lines/show.js.slim | 4 | 
2 files changed, 2 insertions, 4 deletions
| diff --git a/app/views/group_of_lines/index.js.slim b/app/views/group_of_lines/index.js.slim index afd8a87bc..c21aa99cd 100644 --- a/app/views/group_of_lines/index.js.slim +++ b/app/views/group_of_lines/index.js.slim @@ -1 +1 @@ -$('#group_of_lines').html("#{escape_javascript(render('group_of_lines'))}");
\ No newline at end of file +| $('#group_of_lines').html("#{escape_javascript(render('group_of_lines'))}");
\ No newline at end of file diff --git a/app/views/group_of_lines/show.js.slim b/app/views/group_of_lines/show.js.slim index 4fd1e4ad6..786400a58 100644 --- a/app/views/group_of_lines/show.js.slim +++ b/app/views/group_of_lines/show.js.slim @@ -1,3 +1 @@ -$(function (){ -  $('.lines_detail').html("#{escape_javascript(render(partial: 'lines_detail'))}"); -});
\ No newline at end of file +| $(function (){ $('.lines_detail').html("#{escape_javascript(render(partial: 'lines_detail'))}"); });
\ No newline at end of file | 
