Remove inline JavaScript
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
<h3>Copy URL and Description</h3>
|
||||
|
||||
<p>
|
||||
<input type="text" value="privacytools.io - encryption against global mass surveillance" onclick="this.focus();this.select()" class="form-control input-lg">
|
||||
<input type="text" value="privacytools.io - encryption against global mass surveillance" class="form-control input-lg onclick-select">
|
||||
<span class="help-block">For easy copy and paste. Share this text snippet.</span>
|
||||
</p>
|
||||
|
||||
|
@ -43,6 +43,6 @@
|
||||
<link rel="shortcut icon" href="/assets/img/favicons/favicon.ico">
|
||||
|
||||
<!-- CSS stylesheets -->
|
||||
<link href="/assets/css/style.css?v=7" rel="stylesheet">
|
||||
<link href="/assets/css/style.css?v=8" rel="stylesheet">
|
||||
<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
||||
</head>
|
||||
|
@ -145,9 +145,9 @@
|
||||
<a href="/donate/" class="nav-anchor">
|
||||
Donate <span class="fas fa-heart text-danger fa-fw"></span>
|
||||
</a>
|
||||
<a id="nav-switch-theme" class="nav-anchor" href="javascript:void(0)" onClick="changeColorScheme()">
|
||||
<span id="nav-switch-theme" class="nav-anchor">
|
||||
Theme <span class="nav-theme-icon fas fa-fw"></span>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<script src="/assets/js/popper.min.js?v=4"></script>
|
||||
<script src="/assets/js/bootstrap.min.js?v=4"></script>
|
||||
<script src="/assets/js/sortable.min.js?v=4"></script>
|
||||
<script src="/assets/js/main.js?v=4"></script>
|
||||
<script src="/assets/js/main.js?v=5"></script>
|
||||
|
||||
<!--
|
||||
Matomo is the leading open-source analytics platform:
|
||||
|
Reference in New Issue
Block a user