Skip to content
Snippets Groups Projects
Commit 135ec958 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#483 - Fix codemirror version

parent 44f575d0
No related branches found
No related tags found
1 merge request!229Feature/index page
Pipeline #3059 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<#import "../helpers/header.ftl" as header> <#import "../helpers/header.ftl" as header>
<@header.header "BudgetMaster"/> <@header.header "BudgetMaster"/>
<#import "/spring.ftl" as s> <#import "/spring.ftl" as s>
<link rel="stylesheet" href="<@s.url "/webjars/codemirror/5.45.0/lib/codemirror.css"/>"> <link rel="stylesheet" href="<@s.url "/webjars/codemirror/5.50.0/lib/codemirror.css"/>">
<@header.style "charts"/> <@header.style "charts"/>
</head> </head>
<body class="budgetmaster-blue-light"> <body class="budgetmaster-blue-light">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment