1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Tightened and cleaned some list styles

This commit is contained in:
Dan Brown
2016-07-03 09:58:45 +01:00
parent 7b6c88f17c
commit b0a63ba0cc
9 changed files with 43 additions and 11 deletions

View File

@@ -118,10 +118,5 @@ $(function () {
});
function elemExists(selector) {
return document.querySelector(selector) !== null;
}
// Page specific items
require('./pages/page-show');