Commit dfa2ec8560290e24c820b6705ad13eb56f143b5a

Authored by Cyril Mougel
1 parent d41debaa
Exists in master and in 1 other branch production

Delete useless get_script

The get_script can't works with asset_pipeline and it's already load

See #537
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/views/problems/search.js.haml
1 1 $("#problem_table").empty().append("#{escape_javascript(render('problems/table', :problems => @problems))}");
2   -$.getScript('/assets/errbit.js')
3 2 $("#flash-messages").empty()
4   -
5   -
... ...