Commit 0039622d13dbdf36c20b428f7dccc8a9838babdd
1 parent
616a536e
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/nuvemtags/index.js
... | ... | @@ -28,7 +28,7 @@ function montaNuvem(r) |
28 | 28 | retorno = r; |
29 | 29 | if(retorno.data) |
30 | 30 | { |
31 | - var tags ="<span onmouseout='this.style.textDecoration=\"none\"' onmouseover='this.style.textDecoration=\"underline\"' onclick='javascript:inicio = inicio+2;montaNuvem(retorno);' style='cursor:pointer;vertical-align:middle;color:navy;font-size:'12'pt;'>menos</span><span> </span>" | |
31 | + var tags ="Clique na TAG para localizar temas relacionados<br><br><span onmouseout='this.style.textDecoration=\"none\"' onmouseover='this.style.textDecoration=\"underline\"' onclick='javascript:inicio = inicio+2;montaNuvem(retorno);' style='cursor:pointer;vertical-align:middle;color:navy;font-size:'12'pt;'>menos</span><span> </span>" | |
32 | 32 | tags +="<span onmouseout='this.style.textDecoration=\"none\"' onmouseover='this.style.textDecoration=\"underline\"' onclick='javascript:inicio = inicio-2;montaNuvem(retorno);' style='cursor:pointer;vertical-align:middle;color:navy;font-size:'12'pt;'>mais</span><br><br>" |
33 | 33 | if((inicio < 0) || (inicio > retorno.data.length)){return;} |
34 | 34 | for (i=0;i<retorno.data.length;i++) | ... | ... |