mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:52:45 +08: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
|
@ -39,4 +39,4 @@
|
|||
Discourse.start()
|
||||
</script>
|
||||
|
||||
<%= javascript_include_tag '/assets/browser-update' %>
|
||||
<%= javascript_include_tag 'browser-update.js' %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user