Remove user-agent.js

This commit is contained in:
Paul Laros
2020-09-04 14:52:00 +02:00
parent 888f032992
commit 1ba9f8ef89
4 changed files with 2 additions and 7 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-1
View File
@@ -6,7 +6,6 @@ import "./modules/theme";
import "./modules/feather";
import "./modules/moment";
import "./modules/sidebar";
import "./modules/user-agent";
// Forms
import "./modules/flatpickr";
-4
View File
@@ -1,4 +0,0 @@
// Add user agent as attribute (data-user-agent) on <html> element
const doc = document.documentElement;
doc.setAttribute("data-useragent", navigator.userAgent);