1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Removed jQuery code, replaced with pure JavaScript

This commit is contained in:
2017-12-25 11:39:59 +01:00
parent 6ba4803ed2
commit 389e63bdbb
2 changed files with 17 additions and 17 deletions

View File

@@ -38,7 +38,7 @@
color: {{ theme.TEXTHEX }};
}
</style>
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170728" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20171225" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body class="{{ theme.BODY }} {{ theme.TEXT }}">
<nav class="{{ theme.NAV }}" role="navigation">