Fix javascript_include_tag for browser-update so it includes MD5. Needed to add .js extension for some reason.

This commit is contained in:
Neil Lalonde 2013-12-02 15:57:10 -05:00
parent 0b86067be9
commit 7bbb32bac2

View file

@ -39,4 +39,4 @@
Discourse.start()
</script>
<%= javascript_include_tag '/assets/browser-update' %>
<%= javascript_include_tag 'browser-update.js' %>