Skip to content

Commit

Permalink
Merge pull request #4 from CodeVenturers/Gubbu77-patch-3
Browse files Browse the repository at this point in the history
Update twinkling_lights.js
  • Loading branch information
Gubbu77 authored Jan 30, 2025
2 parents 5aef939 + 67edb5c commit e470366
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ frappe.ui.form.on('Twinkling lights', {
for (var i = 1; i <= 50; i++) {
var fieldName = 'field_' + i;



// Get a random color
var randomColor = getRandomColor();

Expand Down

0 comments on commit e470366

Please # to comment.