Browse Source

remove dev traces

Bastien Sevajol (Algoo) 8 years ago
parent
commit
17060d7c39
1 changed files with 0 additions and 3 deletions
  1. 0 3
      tracim/tracim/templates/workspace/edit.mak

+ 0 - 3
tracim/tracim/templates/workspace/edit.mak View File

25
         </div>
25
         </div>
26
         <script>
26
         <script>
27
             $('#workspaceCalendarEnabled').click(function() {
27
             $('#workspaceCalendarEnabled').click(function() {
28
-                console.log('Value is' + $(this).val());
29
                 if($(this).is(':checked')) {
28
                 if($(this).is(':checked')) {
30
-                    console.log('hide url');
31
                     $('.calendar-url').css('display', 'block');
29
                     $('.calendar-url').css('display', 'block');
32
                 } else {
30
                 } else {
33
-                    console.log('show url');
34
                     $('.calendar-url').css('display', 'none');
31
                     $('.calendar-url').css('display', 'none');
35
                 }
32
                 }
36
             });
33
             });