Projet

Général

Profil

0001-statistics-fix-the-stats-form-url.patch

Serghei Mihai (congés, retour 15/05), 18 août 2014 10:53

Télécharger (859 octets)

Voir les différences:

Subject: [PATCH] statistics: fix the stats form url

 calebasse/static/js/calebasse.statistics.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
calebasse/static/js/calebasse.statistics.js
1 1
(function($) {
2 2
  $(function() {
3 3
    $('.stats').click(function() {
4
        var url = 'form/' + this.id;
4
        var url = 'form/' + this.id +  '/';
5 5
        $('#ajax-dlg').load(url,
6 6
          function () {
7 7
             $(this).dialog({title: 'Choix des parametres', width: '700px',
8
-