mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 04:41:42 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
c9e8c55972
2 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,6 @@ block content
|
||||||
|
|
||||||
//input#select_all_checkbox(type="checkbox" name="select_all" checked)
|
//input#select_all_checkbox(type="checkbox" name="select_all" checked)
|
||||||
//| Select all
|
//| Select all
|
||||||
button.btn.employer-button#filter-button Filter
|
|
||||||
p#results #{numberOfCandidates} results
|
p#results #{numberOfCandidates} results
|
||||||
//button.btn#create-alert-button Create Alert
|
//button.btn#create-alert-button Create Alert
|
||||||
if candidates.length
|
if candidates.length
|
||||||
|
|
|
@ -70,6 +70,7 @@ module.exports = class EmployersView extends View
|
||||||
for filterName, filterValues of @filters
|
for filterName, filterValues of @filters
|
||||||
if filterValues.length is 0
|
if filterValues.length is 0
|
||||||
@filters[filterName] = @defaultFilters[filterName]
|
@filters[filterName] = @defaultFilters[filterName]
|
||||||
|
@applyFilters()
|
||||||
|
|
||||||
openSignupModal: ->
|
openSignupModal: ->
|
||||||
@openModalView new EmployerSignupView
|
@openModalView new EmployerSignupView
|
||||||
|
|
Loading…
Reference in a new issue