# HG changeset patch # User Matti Hamalainen # Date 1536658579 -10800 # Node ID 9b715f7489b290b072be3bc3ee45bb56222aab18 # Parent aaebdac6a555a99065d67bfe6ca873948b9bd4ab Cleanup. diff -r aaebdac6a555 -r 9b715f7489b2 mpui.js --- a/mpui.js Mon Sep 10 11:51:40 2018 +0300 +++ b/mpui.js Tue Sep 11 12:36:19 2018 +0300 @@ -303,10 +303,12 @@ { var sargs = unescape(slink.substr(spos + 1)).split(":"); mpURL = slink.substr(0, spos); - found = true; if (sargs.length >= 1) + { mpMachine = parseInt(sargs[0]); + found = true; + } if (sargs.length >= 3) { diff -r aaebdac6a555 -r 9b715f7489b2 multipaint.pde --- a/multipaint.pde Mon Sep 10 11:51:40 2018 +0300 +++ b/multipaint.pde Tue Sep 11 12:36:19 2018 +0300 @@ -281,7 +281,6 @@ makecolor(261, 0, 255, 0); makecolor(262, 0, 0, 255); makecolor(263, 48, 48, 48); //backest UI background - }