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 }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
findFirst[0].placeholder="Click here to activate ScratchFormat";
85
+
}else{
86
+
// Kill all if there are no textareas
87
+
return;
84
88
}
85
89
86
90
formatter=document.createElement("div");
87
91
formatter.id="formatter";
88
92
for(vart=0;t<tags.length;t++){
89
93
if(tags[t].dontshow){
94
+
// Basically, skip to next part
90
95
continue;
91
96
}
92
97
@@ -97,9 +102,10 @@ setTimeout(function() {
97
102
if(tags[t].help){
98
103
icon.style.float="right";
99
104
icon.onclick=function(){
105
+
// Popup message HTML got a bit out of hand here
100
106
smod.dialogText("ScratchFormat Help",`
101
-
<a href="https://github.com/ScratchFormat/ScratchFormat2/issues" style="color: #12b1e4;">Report issues at our Github</a>
102
-
If you do not own a Github account, simply comment on my profile <a href="https://scratch.mit.edu/users/pufflegamerz/" style="color: #12b1e4;">@pufflegamerz</a>
107
+
<a href="https://github.com/ScratchFormat/ScratchFormat2/issues" style="color: #12b1e4;">Report issues at our Github</a>
108
+
If you do not own a Github account, simply comment on my profile <a href="https://scratch.mit.edu/users/pufflegamerz/" style="color: #12b1e4;">@pufflegamerz</a>
103
109
`,version);
104
110
}
105
111
@@ -146,7 +152,7 @@ If you do not own a Github account, simply comment on my profile <a href="https:
0 commit comments