Commit bc663a738353c270bdce5357d4433cda538e817a

Authored by Dmitriy Zaporozhets
1 parent 4f32d2e2

remove GET window.updatePage method that do dataType script

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/assets/javascripts/main.js.coffee
1   -window.updatePage = (data) ->
2   - $.ajax({type: "GET", url: location.href, data: data, dataType: "script"})
3   -
4 1 window.slugify = (text) ->
5 2 text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase()
6 3  
... ...