Migrate themeLoader to ES6

This commit is contained in:
Influence365
2020-06-16 18:46:54 +01:00
committed by MrTimscampi
parent eab7ef00df
commit b2de904b51
-1
View File
@@ -27,4 +27,3 @@ pageClassOn('viewbeforeshow', 'page', function () {
events.on(connectionManager, 'localusersignedin', function (e, user) {
currentViewType = null;
});