mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Fix cache busting when creating a new server
This commit is contained in:
parent
025e1a21ae
commit
dbc9846320
@ -343,7 +343,7 @@
|
||||
// END Persist 'Service Variables'
|
||||
</script>
|
||||
|
||||
{!! Theme::js('js/admin/new-server.js?v=20201225') !!}
|
||||
{!! Theme::js('js/admin/new-server.js?v=20220530') !!}
|
||||
|
||||
<script type="application/javascript">
|
||||
$(document).ready(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user