Switch to records view when a search is submitted.
[mkws-moved-to-github.git] / experiments / spclient / mkws.js
index 43c4bac..5db9f7e 100644 (file)
@@ -234,6 +234,7 @@ function onFormSubmitEventHandler()
     resetPage();
     loadSelect();
     triggerSearch();
+    switchView('records'); // In case it's configured to start off as hidden
     submitted = true;
     return false;
 }