Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcartmel authored and scroix committed Apr 1, 2024
1 parent 1f8aa45 commit 783a972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodel-webui-js/src/nodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ var createDynamicElements = function(){
setTimeout(function() {
creaeteFormElements(form).then(function(){
// backfill values
for(var i = 0; i < throttle['logs'].length; i++) {
for (var i in throttle['logs']) {
(function (i) {
requestAnimationFrame(function() {
process_form(throttle['logs'][i]);
Expand Down

0 comments on commit 783a972

Please sign in to comment.