You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// message probably not json, make it stringified json!
171
+
iotaMsg=JSON.stringify({"message": message});
172
+
}
164
173
console.log("value, message OK");
165
174
if(value>balance){
166
175
varhtml='<div class="alert alert-warning alert-dismissible" role="alert"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button><strong>Value too high!</strong> You have specified a too high value.</div>'
0 commit comments