Skip to content

Commit

Permalink
chore: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Oct 8, 2024
1 parent 25ba3c7 commit f545cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/utils/counters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
resultItemHTML,
saveSettingsButtonHTML,
settingsItemHTML,
submitCounterHTML
submitCounterHTML,
textareaHTML
} from './htmls';
import { parseCounterSettings } from './parseSettings';

Expand Down
2 changes: 2 additions & 0 deletions packages/server/utils/htmls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export const checkboxHTML = `
export const inputHTML =
'<input type="{TYPE}" id="{ID}" {ADDON} value="{VALUE}">';

export const textareaHTML = '<textarea id="{ID}" {ADDON}>{VALUE}</textarea>';

export const saveSettingsButtonHTML =
'<div class="flexer si-btn"><button class="button save-button flexer"><span>Save settings</span></button></div>';

Expand Down

0 comments on commit f545cd7

Please sign in to comment.