mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
Bump hashes on various files
Upgrade jquery I made this commit cause my JS debugging CDN support added a header and wanted we bump cache everywhere
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
**/
|
||||
Discourse.SiteContent = Discourse.Model.extend({
|
||||
|
||||
markdown: Ember.computed.equal('format', 'markdown'),
|
||||
plainText: Ember.computed.equal('format', 'plain'),
|
||||
html: Ember.computed.equal('format', 'html'),
|
||||
css: Ember.computed.equal('format', 'css'),
|
||||
markdown: Em.computed.equal('format', 'markdown'),
|
||||
plainText: Em.computed.equal('format', 'plain'),
|
||||
html: Em.computed.equal('format', 'html'),
|
||||
css: Em.computed.equal('format', 'css'),
|
||||
|
||||
/**
|
||||
Save the content
|
||||
@@ -36,4 +36,4 @@ Discourse.SiteContent.reopenClass({
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user