Project

General

Profile

« Previous | Next » 

Revision 4f9b8d87

Added by Jérôme Schneider over 12 years ago

agenda: fix js

View differences:

calebasse/agenda/templates/agenda/index.html
4 4
    <script>
5 5
      function replace_anchor(url, anchor) {
6 6
        var splitted = url.split('#');
7
        return splitted[0] + '#' + encodeURI(anchor);
7
       return splitted[0] + '#' + encodeURI(anchor);
8 8
      }
9 9
      function extract_anchor() {
10 10
        if (window.location.href.indexOf('#') == -1) {
......
35 35
      }
36 36
      function delete_appointment(id, title)  {
37 37
          var r=confirm("Etes-vous sûr de vouloir supprimer le rendez-vous "+ title + " ?");
38
          } 
39
      }
38
      } 
40 39
  $(function() {
41 40
    $('#tabs').tabs();
42 41

  

Also available in: Unified diff