Skip to content

Commit

Permalink
MAGETWO-40308: [GITHUB] admin external extjs.com requests #1483
Browse files Browse the repository at this point in the history
- Overwritten EXTjs emty icon setting.
- Fixed code style
  • Loading branch information
guz-anton committed Jul 22, 2015
1 parent fb011a0 commit ea1528c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/web/extjs/defaults.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/

/* global Ext*/
define(['extjs/ext-tree'], function () {
'use strict';

Ext.UpdateManager.defaults.loadScripts = false;
Ext.UpdateManager.defaults.disableCaching = true;
});
Ext.BLANK_IMAGE_URL = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7';
});

0 comments on commit ea1528c

Please sign in to comment.