fix the advsearch box initialize issue and update the version to 0.1.9

This commit is contained in:
jbai 2016-03-07 15:00:55 -08:00
parent 457ef18e96
commit 65034aa33e
3 changed files with 3 additions and 3 deletions

View File

@ -542,7 +542,7 @@
<footer class="footer navbar-fixed-bottom">
<input id="csrfToken" type="text" style="visibility: hidden;" value=@csrfToken/>
<p class="pull-right">
WhereHows 0.1.8
WhereHows 0.1.9
&copy; LinkedIn 2016
|
<a href="https://www.github.com/linkedin/WhereHows/wiki">Help</a> | <a href="mailto:wherehows@@googlegroups.com">Contact Us</a>

View File

@ -73,8 +73,6 @@
})
var currentTab = 'Datasets';
$('#advsearchtabs a:first').tab("show");
$('#datasetAdvSearchLink').addClass("active");
var width = $(window).width()*0.99;
var height = ($(window).height() * 0.99) - 82;

View File

@ -1,4 +1,6 @@
(function ($) {
$('#advsearchtabs a:first').tab("show");
$('#datasetAdvSearchLink').addClass("active");
function renderAdvSearchDatasetSources(parent, sources)
{
if ((!parent) || (!sources) || sources.length == 0)