Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul de Vries committed Feb 13, 2016
1 parent 8958518 commit 6ad42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/knockout/isLoading.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TouchUI.prototype.knockout.isLoading = function(touchViewModel, viewModels) {
}
});

// Check if we need to update the CSS
// Check if we need to update an old LESS file with a new LESS one
var requireNewCSS = ko.computed(function() {
return touchViewModel.settings.requireNewCSS() && viewModels.loginStateViewModel.isAdmin();
});
Expand Down

0 comments on commit 6ad42df

Please sign in to comment.