sr-npm 1.7.337 → 1.7.338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pages/careersPage.js +3 -0
package/package.json
CHANGED
package/pages/careersPage.js
CHANGED
|
@@ -200,6 +200,8 @@ function init(_$w) {
|
|
|
200
200
|
else
|
|
201
201
|
{
|
|
202
202
|
queryDepartmentVar=undefined;
|
|
203
|
+
_$w('#dropdownDepartment').value = '';
|
|
204
|
+
|
|
203
205
|
}
|
|
204
206
|
if(newQueryParams.location){
|
|
205
207
|
console.log("setting queryLocationVar")
|
|
@@ -208,6 +210,7 @@ function init(_$w) {
|
|
|
208
210
|
else
|
|
209
211
|
{
|
|
210
212
|
queryLocationVar=undefined;
|
|
213
|
+
_$w('#dropdownLocation').value = '';
|
|
211
214
|
}
|
|
212
215
|
if(newQueryParams.page){
|
|
213
216
|
console.log("setting queryPageVar")
|