Minor cache to pull talbott's changes
This commit is contained in:
@@ -33,13 +33,6 @@ from contentstore import utils
|
||||
model : settingsModel
|
||||
});
|
||||
|
||||
$('.set-date').datepicker({ 'dateFormat': 'm/d/yy' });
|
||||
|
||||
$(":input, textarea").focus(function() {
|
||||
$("label[for='" + this.id + "']").addClass("is-focused");
|
||||
}).blur(function() {
|
||||
$("label").removeClass("is-focused");
|
||||
});
|
||||
editor.render();
|
||||
});
|
||||
|
||||
@@ -52,13 +45,6 @@ from contentstore import utils
|
||||
var gradeThresholds;
|
||||
var GRADES = ['A', 'B', 'C', 'D', 'F'];
|
||||
|
||||
// FIXME move into view class
|
||||
$(" :input, textarea").focus(function() {
|
||||
$("label[for='" + this.id + "']").addClass("is-focused");
|
||||
}).blur(function() {
|
||||
$("label").removeClass("is-focused");
|
||||
});
|
||||
|
||||
(function() {
|
||||
$body = $('body');
|
||||
$gradeBar = $('.grade-bar');
|
||||
|
||||
Reference in New Issue
Block a user