File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/Swagger/view/frontend/web/swagger-ui/js
dev/tests/static/testsuite/Magento/Test/Js/_files/blacklist Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
* Adds token to request header.
21
21
*/
22
22
function addApiKeyAuthorization ( key ) {
23
- if ( key && typeof key !== " undefined" ) {
23
+ if ( key && typeof key !== ' undefined' ) {
24
24
key = key . trim ( ) ;
25
25
26
26
/**
71
71
SwaggerUIBundle . plugins . DownloadUrl
72
72
] ,
73
73
docExpansion : 'none' ,
74
- layout : " StandaloneLayout"
74
+ layout : ' StandaloneLayout'
75
75
} ) ;
76
76
// End Swagger UI call region
77
77
window . ui = ui ;
78
78
79
79
originalAuthorize = ui . authActions . authorize ;
80
80
ui . authActions . authorize = function ( payload ) {
81
81
var apiKeyData = payload . api_key ,
82
- keyValue = typeof apiKeyData !== " undefined" ? apiKeyData . value : '' ;
82
+ keyValue = typeof apiKeyData !== ' undefined' ? apiKeyData . value : '' ;
83
83
84
84
addApiKeyAuthorization ( keyValue ) ;
85
85
ui . specActions . download ( ) ;
Original file line number Diff line number Diff line change 1
1
app/code/Magento/Customer/view/frontend/web/js/zxcvbn.js
2
- app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/swagger-ui-bundle.js
2
+ app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/swagger-ui-bundle.min. js
3
3
app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/swagger-ui-standalone-preset.js
4
4
app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js
5
5
app/code/Magento/Rule/view/adminhtml/web/rules.js
6
6
app/code/Magento/Sales/view/adminhtml/web/order/create/giftmessage.js
7
7
app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js
8
8
app/code/Magento/Shipping/view/adminhtml/web/order/packaging.js
9
- app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/swagger-ui .js
9
+ app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/magento-swagger .js
10
10
lib/web/mage/adminhtml/tools.js
11
11
lib/web/mage/adminhtml/varienLoader.js
12
12
lib/web/magnifier/magnifier.js
You can’t perform that action at this time.
0 commit comments