Kaydet (Commit) 8275662a authored tarafından Claude Paroz's avatar Claude Paroz

Removed lone usage of jQuery in admin's calendar.js

üst 4b67e8dc
......@@ -103,7 +103,7 @@ depends on core.js for utility functions like removeChildren or quickElement
function calendarMonth(y, m) {
function onClick(e) {
e.preventDefault();
callback(y, m, django.jQuery(this).text());
callback(y, m, this.textContent);
}
return onClick;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment