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 8bda4b8 commit b70a2f1Copy full SHA for b70a2f1
activemq-web-console/src/main/webapp/js/head.js
@@ -14,7 +14,4 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-
18
-window.onload = function () {
19
- addEvent(window, 'load', prettyPrint)
20
-}
+addEvent(window, 'load', (_event) => prettyPrint());
0 commit comments