Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-vorobiov committed Sep 21, 2024
1 parent 54bc25d commit e1943b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evolve_analytics.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Evolve Analytics
// @namespace http://tampermonkey.net/
// @version 0.3.1
// @version 0.3.2
// @description Track and see detailed information about your runs
// @author Sneed
// @match https://pmotschmann.github.io/Evolve/
Expand Down
2 changes: 1 addition & 1 deletion src/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function addMainToggle(config: ConfigManager) {
}

export function bootstrapUIComponents(config: ConfigManager, history: HistoryManager) {
$("head").append(styles);
$("head").append(`<style type="text/css">${styles}</style>`);

addMainToggle(config);

Expand Down

0 comments on commit e1943b1

Please sign in to comment.