Skip to content

Commit

Permalink
Fixed tab in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotzealot committed Apr 25, 2018
1 parent 43a5ce0 commit 85e4b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/timetable/views/timetable-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ function findLecture(lectures, id) {
},

_genListRender: function(lecList, name) {
// Generates function that renders lecture list
// Generates function that renders lecture list
return function() {
var template = _.template($('#list-template').html());
var models = lecList.models;
Expand Down

0 comments on commit 85e4b7f

Please sign in to comment.