Skip to content

Commit 6290827

Browse files
remove old changes on signup
1 parent fa386b6 commit 6290827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

intranet/static/js/eighth/signup.search.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ $(function() {
133133
show = true;
134134
}
135135
// favorite
136-
if (cmd[1].substring(0, 3) === "fav" && activity.favorited === fl) {
136+
if (cmd[1].substring(0, 1) === "f" && activity.favorited === fl) {
137137
show = true;
138138
}
139139
// special
@@ -154,7 +154,7 @@ $(function() {
154154
show = true;
155155
}
156156
// full
157-
if (cmd[1].substring(0, 2) === "fu" && (activity.roster.capacity >= activity.roster.count) === fl) {
157+
if (cmd[1].substring(0, 1) === "f" && (activity.roster.capacity >= activity.roster.count) === fl) {
158158
show = true;
159159
}
160160
// open

0 commit comments

Comments
 (0)