We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f477c commit 1ae7342Copy full SHA for 1ae7342
war/src/main/webapp/scripts/behavior.js
@@ -81,15 +81,9 @@ var Behaviour = (function () {
81
},
82
83
start: function () {
84
- if (document.addEventListener) {
85
- document.addEventListener("DOMContentLoaded", function () {
86
- Behaviour.apply();
87
- });
88
- } else {
89
- Behaviour.addLoadEvent(function () {
90
91
92
- }
+ document.addEventListener("DOMContentLoaded", function () {
+ Behaviour.apply();
+ });
93
94
95
apply: function () {
0 commit comments