- Arreglo de cuelge del navegador Safari al hacer una búsqueda
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@31 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
2d6ed87b55
commit
99715f6ade
@ -76,10 +76,8 @@
|
||||
<div id="dedication-data-panel" class="columns twothirds first text-left"></div>
|
||||
<?php } ?>
|
||||
<?php if($theme_search_form == "0") { ?>
|
||||
<div id="search-panel" class="columns onethird last">
|
||||
<div id="search-box">
|
||||
<?php get_search_form(); ?>
|
||||
</div>
|
||||
<div id="search-panel" class="columns onethird last">
|
||||
<?php get_search_form(); ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php endif; ?>
|
||||
|
||||
@ -10,25 +10,6 @@ var rootFolder='<?php echo get_template_directory_uri(); ?>';
|
||||
var el = document.getElementsByTagName("html")[0];
|
||||
el.className = "";
|
||||
|
||||
/*************************** Toggle Search Panel ***************************/
|
||||
|
||||
//jQuery(document).ready(function(){
|
||||
//
|
||||
// jQuery("#search-box").hide();
|
||||
//
|
||||
// jQuery("#search-icon").toggle(function(){
|
||||
// jQuery(this).addClass("active");
|
||||
// }, function () {
|
||||
// jQuery(this).removeClass("active");
|
||||
// });
|
||||
//
|
||||
// jQuery("#search-icon").click(function(){
|
||||
// jQuery(this).next("#search-box").slideToggle('fast');
|
||||
// });
|
||||
//
|
||||
//});
|
||||
|
||||
|
||||
/*************************** Toggle Share Link ***************************/
|
||||
|
||||
jQuery(document).ready(function(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user