Skip to content

Commit

Permalink
remove coreshop status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Aug 1, 2017
1 parent 6cc643e commit 7449fff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resources/public/pimcore/js/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ pfaffenbauer.index.plugin = Class.create(pimcore.plugin.admin, {
},

pimcoreReady: function (params, broker) {
Ext.get('pimcore_status').insertHtml('beforeEnd', '<div id="coreshop_status" class="loading" data-menu-tooltip="' + t('coreshop_loading') + '"></div>');

this.initializeIndex();
},

Expand Down

0 comments on commit 7449fff

Please # to comment.