V 3.1.2 richtige jQuery-Version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "geiger2",
|
"name": "geiger2",
|
||||||
"version": "3.1.1",
|
"version": "3.1.3",
|
||||||
"date": "2026-03-30",
|
"date": "2026-03-31",
|
||||||
"description": "Graphics for multigeiger sensors",
|
"description": "Graphics for multigeiger sensors",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ html
|
|||||||
link(rel='stylesheet', href='/css/jquery-ui-1.12.1/jquery-ui.min.css')
|
link(rel='stylesheet', href='/css/jquery-ui-1.12.1/jquery-ui.min.css')
|
||||||
link(rel='stylesheet', href='/css/jquery-ui-timepicker-addon.css')
|
link(rel='stylesheet', href='/css/jquery-ui-timepicker-addon.css')
|
||||||
link(href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet")
|
link(href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet")
|
||||||
link(rel='stylesheet', href='/fontawesome/css/all.css')
|
link(rel="stylesheet", href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css", crossorigin="anonymous")
|
||||||
link(rel='stylesheet', href='/css/leaflet-velocity.min.css')
|
link(rel='stylesheet', href='/css/leaflet-velocity.min.css')
|
||||||
link(rel='stylesheet', href='/css/style.css')
|
link(rel='stylesheet', href='/css/style.css')
|
||||||
link(rel='icon', href='images/favicon.ico' type='image/x-icon')
|
link(rel='icon', href='images/favicon.ico' type='image/x-icon')
|
||||||
@@ -18,7 +18,7 @@ body
|
|||||||
#wrapper
|
#wrapper
|
||||||
block content
|
block content
|
||||||
|
|
||||||
script(src="/jquery.min.js")
|
script(src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous")
|
||||||
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
|
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
|
||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous")
|
crossorigin="anonymous")
|
||||||
|
|||||||
Reference in New Issue
Block a user