mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Fix javascript_include_tag for browser-update so it includes MD5. Needed to add .js extension for some reason.
This commit is contained in:
parent
0b86067be9
commit
7bbb32bac2
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@
|
|||
Discourse.start()
|
||||
</script>
|
||||
|
||||
<%= javascript_include_tag '/assets/browser-update' %>
|
||||
<%= javascript_include_tag 'browser-update.js' %>
|
||||
|
|
Loading…
Reference in a new issue