Skip to content

Commit

Permalink
start search
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYan93 committed May 10, 2017
1 parent ec9ebf0 commit c35bee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ <h4 class="modal-title">Advanced Search</h4>
var x = $("#original_des").val();
$("#des").val(x);
});
$("#toggle_modal1").click(function() {
var x = $("#original_des").val();
$("#des").val(x);
});
});
</script>

Expand Down
2 changes: 1 addition & 1 deletion templates/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>Feature 3</h2>
</div>
<div class="star_wp scale_box" id=star_wp><span class=star_bg></span> <span class=star_box></span></div><canvas id=canvas></canvas>
<div class="btns_wp scale_box">
<a class="btn_download JS-btn-download" href='javascript:;'>Start Search</a>
<a class="btn_download JS-btn-download" href='#myModal' data-toggle="modal" data-target="#myModal" id="toggle_modal1">Start Search</a>
</div>
<div class=btn_control id=btn_control>
<a href=javascript:; class=cur></a>
Expand Down

0 comments on commit c35bee4

Please sign in to comment.