Skip to content

Commit

Permalink
Removed dependency on react
Browse files Browse the repository at this point in the history
  • Loading branch information
palmertab committed Nov 15, 2023
1 parent 6613afa commit aa903d3
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 98 deletions.
7 changes: 4 additions & 3 deletions api/controllers/tourn/setup/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@ export const changeEventAccess = {

logString += event.abbr;

// Need to add the button to the listing. God this will be so
// much easier with React. This is basically why react/angular
// etc were created I guess. Anguish.
// Need to add the button to the listing. God this
// will be so much easier with Svelte. This is
// basically why angular etc were created I guess.
// Anguish.

replyButtons += `<div
class = "third padvertless semibold greentext yellowhover centeralign nospace smaller"
Expand Down
4 changes: 2 additions & 2 deletions api/controllers/tourn/tab/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ export const attendance = {

await db.campusLog.create(log);

// Oh for the days I have react going and don't need to do the
// following nonsense
// Oh for the days I have active webpages going and don't need
// to do the following nonsense

return res.status(201).json({
error : false,
Expand Down
Loading

0 comments on commit aa903d3

Please sign in to comment.