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 bfc02a2 commit 57b5955Copy full SHA for 57b5955
nodered.php
@@ -122,7 +122,7 @@ public function render_page( $args ) {
122
// Enforce username and password, remove PHP version
123
$msg .= '
124
<script>
125
- $(function() {
+ document.addEventListener("DOMContentLoaded", function() {
126
let borderColor = $("#webapp_nodered_username").css("border-color");
127
let toolbar = $(".l-center.edit").html();
128
function nr_validate() {
0 commit comments