mirror of https://git.48k.eu/ogcp
parent
233156b19a
commit
db2869088f
|
@ -298,10 +298,6 @@ function updateScopes(scopes) {
|
|||
return hasLiveChildren;
|
||||
}
|
||||
|
||||
function unfoldAll() {
|
||||
$('#scopes .collapse').collapse('show');
|
||||
}
|
||||
|
||||
function checkImageServer() {
|
||||
const images = $('input:checkbox[form|="imagesForm"][name!="image-server"]')
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
<!-- ChartJS -->
|
||||
<script src="{{ url_for('static', filename='AdminLTE/plugins/chart.js/Chart.min.js') }}"></script>
|
||||
|
||||
<script src="{{ url_for('static', filename='js/ogcp.js') }}?v=18"></script>
|
||||
<script src="{{ url_for('static', filename='js/ogcp.js') }}?v=19"></script>
|
||||
|
||||
<script>
|
||||
// error messages
|
||||
|
|
Loading…
Reference in New Issue