소스 검색

calendar.html: remove unused variable

XhmikosR 4 년 전
부모
커밋
d331b5f913
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      pages/calendar.html

+ 1 - 2
pages/calendar.html

@@ -959,7 +959,7 @@
           // if so, remove the element from the "Draggable Events" list
           info.draggedEl.parentNode.removeChild(info.draggedEl);
         }
-      }    
+      }
     });
 
     calendar.render();
@@ -968,7 +968,6 @@
     /* ADDING EVENTS */
     var currColor = '#3c8dbc' //Red by default
     //Color chooser button
-    var colorChooser = $('#color-chooser-btn')
     $('#color-chooser > li > a').click(function (e) {
       e.preventDefault()
       //Save color