mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
refs #5845 - Updates tag settings screen to match content screen behaviour. Each now tag has it's own route that is link-able from other areas of the app - Updates a number of places where jQuery event handler code was not wrapped in Ember's run loop
9 lines
211 B
JavaScript
9 lines
211 B
JavaScript
import EmbeddedRelationAdapter from 'ghost/adapters/embedded-relation-adapter';
|
|
|
|
export default EmbeddedRelationAdapter.extend({
|
|
|
|
shouldBackgroundReloadRecord: function () {
|
|
return false;
|
|
}
|
|
|
|
});
|