mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Cleaned up JS, added basic documentation support for Admin Controllers
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
(function() {
|
||||
|
||||
window.Discourse.VersionCheck = Discourse.Model.extend({
|
||||
hasInstalledSha: function() {
|
||||
console.log( 'hello??' );
|
||||
return( this.get('installed_sha') && this.get('installed_sha') != 'unknown' );
|
||||
}.property('installed_sha')
|
||||
});
|
||||
window.Discourse.VersionCheck = Discourse.Model.extend({});
|
||||
|
||||
Discourse.VersionCheck.reopenClass({
|
||||
find: function() {
|
||||
|
||||
Reference in New Issue
Block a user