Skip to content

Commit

Permalink
this commit 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 940c9cd commit e7edda0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/src/admin/appearance/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ define('admin/appearance/themes', ['bootbox', 'translator', 'alerts'], function
}
});
};
// helper functions generated with gpt made revisions such as defining theme, fixing tabs, changing varnames
// 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
function setTheme(themeType, themeId, cssSrc, alerts) {
// 1. Send the socket event
socket.emit('admin.themes.set', {
Expand Down

0 comments on commit e7edda0

Please sign in to comment.