1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 11:22:17 -05:00

fix of rearch form popup in default theme

This commit is contained in:
Maryana Rozhankivska 2014-05-24 11:08:39 +03:00
parent 1fce49fac7
commit a342945b61

14
themes/default/_search-form.twig Normal file → Executable file
View File

@ -7,17 +7,3 @@
</p> </p>
</form> </form>
</div> </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>