Projet

Général

Profil

Télécharger (184 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / js / calebasse.reset-button.js @ b057fff0

1
(function($) {
2
  $(function() {
3
    $('button#reset').click(function() {
4
        window.location.href = window.location.pathname;
5
        return false;
6
    });
7
  });
8
})(window.jQuery)
(10-10/22)