Skip to content

Commit

Permalink
Removed some comments
Browse files Browse the repository at this point in the history
Signed-off-by: Magic <[email protected]>
  • Loading branch information
magicoflolis committed Feb 23, 2024
1 parent 9bbf473 commit cfbf638
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dist/magic-userjs.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1209,11 +1209,7 @@ const primaryFN = (injCon) => {
if (!injectedCore) {
throw new Error('Failed to initialize script!', { cause: 'loadCSS' });
}

// mujsRoot.style.setProperty('--mujs-background-color', '#007ACC');
// mujsRoot.style.setProperty('--mujs-txt-color', '');

const table = make('table'); // make('mujs-table')
const table = make('table');
const tabbody = make('tbody');
const tabhead = make('thead');
const mouseTimeout = new Timeout();
Expand Down

0 comments on commit cfbf638

Please sign in to comment.