Skip to content

Commit

Permalink
Merge pull request #2532 from wowsims/remove-muuri
Browse files Browse the repository at this point in the history
Remove Muuri
  • Loading branch information
kayla-glick committed Jan 30, 2023
2 parents ff7302f + 0951327 commit 8ce61dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ui/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js" integrity="sha512-qzgd5cYSZcosqpzpn7zF2ZId8f/8CHmFKZ8j7mU4OUXTNRd5g+ZHBPsgKEwoqxCtdQvExE5LprwwPAgoicguNg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/muuri@0.9.5/dist/muuri.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script src="../index.ts" type="module"></script>
<script src="./index.ts" type="module"></script>
Expand Down
6 changes: 0 additions & 6 deletions ui/raid/raid_sim_ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export class RaidSimUI extends SimUI {

readonly referenceChangeEmitter = new TypedEvent<void>();

private settingsMuuri: any;

constructor(parentElem: HTMLElement, config: RaidSimConfig) {
super(parentElem, new Sim(), {
cssClass: 'raid-sim-ui',
Expand All @@ -56,7 +54,6 @@ export class RaidSimUI extends SimUI {
});

this.config = config;
this.settingsMuuri = null;

this.sim.raid.compChangeEmitter.on(eventID => this.compChangeEmitter.emit(eventID));
[
Expand Down Expand Up @@ -143,9 +140,6 @@ export class RaidSimUI extends SimUI {
}

private recomputeSettingsLayout() {
if (this.settingsMuuri) {
//this.settingsMuuri.refreshItems();
}
window.dispatchEvent(new Event('resize'));
}

Expand Down

0 comments on commit 8ce61dd

Please sign in to comment.