Advertisement
delimag

Untitled

Oct 30th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript" charset="utf-8">
  2.     $(document).ready(function() {
  3.         $("#button-search").click(function(event) {
  4.             window.location = "{% url 'search' %}";
  5.         });
  6.     });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement