Skip to content

Commit 5aaf0e4

Browse files
Fix auto-resize in radiator view
This fixes the links to jquery again. See also voxpupuli@af87dc2 (for previous instance) voxpupuli#654 (for regression introduction)
1 parent 013d87f commit 5aaf0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

puppetboard/templates/radiator.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
{% endif %}
88
<link href="{{ url_for('static', filename='css/radiator.css')}}" media="screen" rel="stylesheet" type="text/css" />
99
{% if config.OFFLINE_MODE %}
10-
<script src="{{ url_for('static', filename='jquery-3.5.1/jquery.min.js') }}"></script>
10+
<script src="{{ url_for('static', filename='jquery-3.6.0/jquery.min.js') }}"></script>
1111
{% else %}
12-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
12+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
1313
{% endif %}
1414
<script src="{{ url_for('static', filename='js/radiator.js')}}" type="text/javascript"></script>
1515
</head>

0 commit comments

Comments
 (0)