Skip to content
Snippets Groups Projects
Commit 053a28e7 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

chore: lint FE

parent c47e966e
No related branches found
No related tags found
No related merge requests found
...@@ -260,4 +260,3 @@ textarea { ...@@ -260,4 +260,3 @@ textarea {
page-break-after: avoid; page-break-after: avoid;
} }
} }
...@@ -174,7 +174,8 @@ textarea { ...@@ -174,7 +174,8 @@ textarea {
*/ */
button, button,
input { /* 1 */ input {
/* 1 */
overflow: visible; overflow: visible;
} }
...@@ -184,7 +185,8 @@ input { /* 1 */ ...@@ -184,7 +185,8 @@ input { /* 1 */
*/ */
button, button,
select { /* 1 */ select {
/* 1 */
text-transform: none; text-transform: none;
} }
......
.bootbox-cancel{ .bootbox-cancel {
display: none; display: none;
} }
<!doctype html> <!DOCTYPE html>
<html class="no-js" lang=""> <html class="no-js" lang="">
<head>
<head> <meta charset="utf-8" />
<meta charset="utf-8"> <title>Oetzi Words</title>
<title>Oetzi Words</title> <meta name="description" content="" />
<meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="manifest" href="../site.webmanifest">-->
<!-- <link rel="manifest" href="../site.webmanifest">--> <!-- Place favicon.ico in the root directory -->
<!-- Place favicon.ico in the root directory --> <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.minstart.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">-->
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">-->
<link
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous"> rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
<link rel="stylesheet" href="css/normalize.css"> crossorigin="anonymous"
<link rel="stylesheet" href="css/main.css"> />
<meta name="theme-color" content="#fafafa">
</head> <link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
<body> <meta name="theme-color" content="#fafafa" />
</head>
<!-- Add your site or application content here -->
<script src="js/vendor/modernizr-3.11.2.min.js"></script> <body>
<script src="js/plugins.js"></script> <!-- Add your site or application content here -->
<script src="js/main.js"></script> <script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<div id="gioco" style="width: 100%;height: 100%;position: absolute;background-color: black" /> <script src="js/main.js"></script>
<div
id="gioco"
style="
</body> width: 100%;
height: 100%;
position: absolute;
background-color: black;
"
/>
</body>
</html> </html>
This diff is collapsed.
// Avoid `console` errors in browsers that lack a console. // Avoid `console` errors in browsers that lack a console.
(function() { (function () {
var method; var method;
var noop = function () {}; var noop = function () {};
var methods = [ var methods = [
'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', "assert",
'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', "clear",
'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', "count",
'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn' "debug",
"dir",
"dirxml",
"error",
"exception",
"group",
"groupCollapsed",
"groupEnd",
"info",
"log",
"markTimeline",
"profile",
"profileEnd",
"table",
"time",
"timeEnd",
"timeline",
"timelineEnd",
"timeStamp",
"trace",
"warn",
]; ];
var length = methods.length; var length = methods.length;
var console = (window.console = window.console || {}); var console = (window.console = window.console || {});
...@@ -19,6 +39,6 @@ ...@@ -19,6 +39,6 @@
console[method] = noop; console[method] = noop;
} }
} }
}()); })();
// Place any jQuery/helper plugins in here. // Place any jQuery/helper plugins in here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment