Change file name to remove ERB suffix (#13237)
We moved the initializePage.js file from ERB to pure/plain js in https://github.com/forem/forem/pull/8030, and the docs are out of sync with the code. Fix up the path to this file so it matches the codebase.
This commit is contained in:
parent
009c14653a
commit
77273267b7
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ which is included globally in the primary template,
|
|||
//= require_tree .
|
||||
```
|
||||
|
||||
One JS file in particular, `app/assets/javascripts/initializePage.js.erb`,
|
||||
One JS file in particular, `app/assets/javascripts/initializePage.js`,
|
||||
bootstraps the majority of the functionality. You will notice, within this file,
|
||||
that major sections of the websites are bootstrapped, for example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue