Skip to content

Commit

Permalink
Limpando avisos do console
Browse files Browse the repository at this point in the history
  • Loading branch information
djedu28 committed Jan 15, 2022
1 parent ce11547 commit 9ab52d1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion componentes/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
flex-direction: column;
}
.titulo {
max-weight: 850px;
max-width: 850px;
}
.header .titulo {
width: 60%;
Expand Down
2 changes: 1 addition & 1 deletion js/djscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function laodCss(pathname){
}

function laodJs(pathname){
console.log("laodJs",pathname)
// console.log("laodJs",pathname)
const js = $("<script>", {
// "rel" : "module",
"type" : "text/javascript",
Expand Down
11 changes: 6 additions & 5 deletions pages/cpalavra/cpalavra.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.container__titulo--texto1{
font-family: 'Schoolbell', cursive;
font-weight: 400px;
font-weight: 400;
font-size: 32px;
line-height: 45px;
}
Expand Down Expand Up @@ -74,7 +74,7 @@

.container__dicas--texto p {
font-family: 'Schoolbell', cursive;
font-weight: 400px;
font-weight: 400;
font-size: 32px;
line-height: 45px;
}
Expand All @@ -86,9 +86,10 @@
}
.dicas__lista ol li{
font-family: Rokkitt;
font-weight: 400px;
font-weight: 400;
font-size: 24px;
line-height: 27,29px;
/*line-height: 27,29px;*/
line-height: 28px;
}

.container__niveis{
Expand All @@ -104,6 +105,6 @@
font-family: 'Schoolbell', cursive;
font-size: 32px;
line-height: 42px;
font-weight: 400px;
font-weight: 400;
margin-top: 10px;
}
2 changes: 0 additions & 2 deletions pages/game/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,4 @@
/*COM INDICE*/
background: var(--transparent);

box-sizing: none;

}
2 changes: 1 addition & 1 deletion pages/game/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ mapa.forEach((linha,i) => {

function testeLetra(e){
e.target.value = e.target.value.toUpperCase()
console.log("testeLetra",{e});
// console.log("testeLetra",{e});
const value = e.target.value;

const i = e.target.getAttribute("i")
Expand Down
2 changes: 1 addition & 1 deletion routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(function () {


microroute.callbacks.push((ctx,nx)=>{
console.log("_____meed",{ctx})
// console.log("_____meed",{ctx})
const name = ctx.path.split("/").reverse()[0]
if (document.getElementById(`nav2_${name}`) )
document.getElementById(`nav2_${name}`).checked=1
Expand Down

1 comment on commit 9ab52d1

@vercel
Copy link

@vercel vercel bot commented on 9ab52d1 Jan 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.