mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 18:52:05 +03:00
bc346d2a42
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
10 lines
211 B
JavaScript
10 lines
211 B
JavaScript
import EmbeddedRelationAdapter from 'ghost/adapters/embedded-relation-adapter';
|
|
|
|
export default EmbeddedRelationAdapter.extend({
|
|
|
|
shouldBackgroundReloadRecord: function () {
|
|
return false;
|
|
}
|
|
|
|
});
|