mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-14 03:26:47 +00:00
fix the advsearch box initialize issue and update the version to 0.1.9
This commit is contained in:
parent
457ef18e96
commit
65034aa33e
@ -542,7 +542,7 @@
|
|||||||
<footer class="footer navbar-fixed-bottom">
|
<footer class="footer navbar-fixed-bottom">
|
||||||
<input id="csrfToken" type="text" style="visibility: hidden;" value=@csrfToken/>
|
<input id="csrfToken" type="text" style="visibility: hidden;" value=@csrfToken/>
|
||||||
<p class="pull-right">
|
<p class="pull-right">
|
||||||
WhereHows 0.1.8
|
WhereHows 0.1.9
|
||||||
© LinkedIn 2016
|
© LinkedIn 2016
|
||||||
|
|
|
|
||||||
<a href="https://www.github.com/linkedin/WhereHows/wiki">Help</a> | <a href="mailto:wherehows@@googlegroups.com">Contact Us</a>
|
<a href="https://www.github.com/linkedin/WhereHows/wiki">Help</a> | <a href="mailto:wherehows@@googlegroups.com">Contact Us</a>
|
||||||
|
|||||||
@ -73,8 +73,6 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
var currentTab = 'Datasets';
|
var currentTab = 'Datasets';
|
||||||
$('#advsearchtabs a:first').tab("show");
|
|
||||||
$('#datasetAdvSearchLink').addClass("active");
|
|
||||||
|
|
||||||
var width = $(window).width()*0.99;
|
var width = $(window).width()*0.99;
|
||||||
var height = ($(window).height() * 0.99) - 82;
|
var height = ($(window).height() * 0.99) - 82;
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
(function ($) {
|
(function ($) {
|
||||||
|
$('#advsearchtabs a:first').tab("show");
|
||||||
|
$('#datasetAdvSearchLink').addClass("active");
|
||||||
function renderAdvSearchDatasetSources(parent, sources)
|
function renderAdvSearchDatasetSources(parent, sources)
|
||||||
{
|
{
|
||||||
if ((!parent) || (!sources) || sources.length == 0)
|
if ((!parent) || (!sources) || sources.length == 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user