1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update bootstrap.js

This commit is contained in:
Daniel Supernault 2018-05-31 21:21:02 -06:00
parent faf775348a
commit 2d8e6186da

View file

@ -20,6 +20,7 @@ try {
require('./components/likebutton');
require('./components/commentform');
require('./components/searchform');
require('./components/bookmarkform');
} catch (e) {}
/**