Merge pull request #2771 from XhmikosR/pages

Minor pages cleanup
pull/2768/head
REJack 2020-06-02 11:29:47 +02:00 committed by GitHub
commit 2bc9d56f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 83 additions and 84 deletions

View File

@ -3,11 +3,11 @@ layout: default
--- ---
<div class="content-wrapper px-4 py-2"> <div class="content-wrapper px-4 py-2">
<div class="content-header"> <div class="content-header">
<h1 class="text-dark">{{page.title}}</h1> <h1 class="text-dark">{{page.title}}</h1>
</div> </div>
<div class="content px-2"> <div class="content px-2">
{{content}} {{content}}
</div> </div>
</div> </div>

View File

@ -968,7 +968,6 @@
/* ADDING EVENTS */ /* ADDING EVENTS */
var currColor = '#3c8dbc' //Red by default var currColor = '#3c8dbc' //Red by default
//Color chooser button //Color chooser button
var colorChooser = $('#color-chooser-btn')
$('#color-chooser > li > a').click(function (e) { $('#color-chooser > li > a').click(function (e) {
e.preventDefault() e.preventDefault()
//Save color //Save color