mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-04 09:09:37 +00:00
fix of rearch form popup in default theme
This commit is contained in:
parent
1fce49fac7
commit
a342945b61
1 changed files with 0 additions and 14 deletions
14
themes/default/_search-form.twig
Normal file → Executable file
14
themes/default/_search-form.twig
Normal file → Executable file
|
@ -7,17 +7,3 @@
|
|||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
||||
$("#search-form").hide();
|
||||
|
||||
$("#search").click(function(){
|
||||
$("#search-form").toggle();
|
||||
$("#search").toggleClass("current");
|
||||
$("#search-arrow").toggleClass("arrow-down");
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
Loading…
Reference in a new issue