Commit fc1301db authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Mike Greiling

remove IIFE from jira_connect.js

parent 3cd7f380
......@@ -9,8 +9,7 @@
* hence any code written here needs to be IE11+ compatible (no fully ES6)
*/
(function() {
document.addEventListener('DOMContentLoaded', function() {
function onLoaded() {
var reqComplete = function() {
AP.navigator.reload();
};
......@@ -53,5 +52,5 @@
.fail(reqFailed);
});
});
});
})();
}
document.addEventListener('DOMContentLoaded', onLoaded);
---
title: Remove IIFEs from jira_connect.js file
merge_request: 19248
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment