Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent f2965e7 commit 24450eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions funnel/assets/js/schedule_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,8 @@ const Schedule = {
this.config.slotInterval
);
if (this.config.schedule[session.eventDay]) {
this.config.schedule[session.eventDay].sessions[
session.startTime
].showLabel = true;
this.config.schedule[session.eventDay].sessions[session.startTime].showLabel =
true;
this.config.schedule[session.eventDay].sessions[session.startTime].rooms[
session.room_scoped_name
].talk = session;
Expand Down
8 changes: 4 additions & 4 deletions funnel/static/js/libs/mui.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,10 @@
27 === e
? i.destroy()
: 40 === e
? i.increment()
: 38 === e
? i.decrement()
: 13 === e && (i.selectCurrent(), i.destroy());
? i.increment()
: 38 === e
? i.decrement()
: 13 === e && (i.selectCurrent(), i.destroy());
} else (32 !== e && 38 !== e && 40 !== e) || (t.preventDefault(), u(this));
}
}
Expand Down

0 comments on commit 24450eb

Please sign in to comment.