Skip to content

Commit

Permalink
wbce_hortal searchbutton fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bleiweis committed Jul 1, 2017
1 parent e352ab7 commit ac0a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbce/templates/wbce_hortal/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $( document ).ready(function() {
e.preventDefault();
if (menuopen == false) {
var nav = $("#nav").html();
nav += '<form action="'+WB_URL+'/search/index.php" method="get"><input type="text" name="string" placeholder="search" class="searchstring" /><input type="image" class="submitbutton" src="'+WB_URL+'/templates/hortal/img/searchbutton.png" alt="Start"></form>';
nav += '<form action="'+WB_URL+'/search/index.php" method="get"><input type="text" name="string" placeholder="search" class="searchstring" /><input type="image" class="submitbutton" src="'+TEMPLATE_DIR+'/img/searchbutton.png" alt="Start"></form>';
$("#nav2").html(nav) ;

$("#nav2close").show(100)
Expand Down

0 comments on commit ac0a5d4

Please sign in to comment.