Skip to content

Commit

Permalink
Closes CMU-313#69
Browse files Browse the repository at this point in the history
  • Loading branch information
pebble-fish committed Jan 23, 2025
1 parent e7edda0 commit d22e98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/src/admin/appearance/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ define('admin/appearance/themes', ['bootbox', 'translator', 'alerts'], function
};
// helper functions generated with gpt

Check failure on line 70 in public/src/admin/appearance/themes.js

View workflow job for this annotation

GitHub Actions / test

Trailing spaces not allowed
// made revisions such as defining theme,

Check failure on line 71 in public/src/admin/appearance/themes.js

View workflow job for this annotation

GitHub Actions / test

Trailing spaces not allowed
// fixing tabs, changing varnames
// fixing tabs,

Check failure on line 72 in public/src/admin/appearance/themes.js

View workflow job for this annotation

GitHub Actions / test

Trailing spaces not allowed
// changing varnames
function setTheme(themeType, themeId, cssSrc, alerts) {
// 1. Send the socket event
socket.emit('admin.themes.set', {
Expand Down

0 comments on commit d22e98c

Please sign in to comment.