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