mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
More Markdown refactoring - fixed bug with Pagedown not showing on user profile - replaced jQuery occurrences with $.
This commit is contained in:
@ -23,7 +23,7 @@ Discourse.VersionCheck = Discourse.Model.extend({
|
||||
Discourse.VersionCheck.reopenClass({
|
||||
find: function() {
|
||||
var promise = new RSVP.Promise();
|
||||
jQuery.ajax({
|
||||
$.ajax({
|
||||
url: '/admin/version_check',
|
||||
dataType: 'json',
|
||||
success: function(json) {
|
||||
|
Reference in New Issue
Block a user