mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update bootstrap.js
This commit is contained in:
parent
cc9dcca5e0
commit
2b4a6dc20a
1 changed files with 3 additions and 2 deletions
5
resources/assets/js/bootstrap.js
vendored
5
resources/assets/js/bootstrap.js
vendored
|
@ -16,9 +16,10 @@ try {
|
|||
window.typeahead = require('./lib/typeahead');
|
||||
window.Bloodhound = require('./lib/bloodhound');
|
||||
|
||||
require('./lib/fontawesome-all');
|
||||
require('./components/localstorage');
|
||||
//require('./components/likebutton');
|
||||
//require('./components/commentform');
|
||||
require('./components/likebutton');
|
||||
require('./components/commentform');
|
||||
require('./components/searchform');
|
||||
require('./components/bookmarkform');
|
||||
} catch (e) {}
|
||||
|
|
Loading…
Reference in a new issue