Skip to content

Commit b20f68f

Browse files
committed
Cache busting for blocks files
The blocks files for Blockly did not have version numbers in the Index.html to cache bust them.
1 parent 22b0da2 commit b20f68f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ <h2 class="uk-modal-title"></h2>
315315
<script src="js/ace/ace.js?version=1.2.1" type="text/javascript" charset="utf-8"></script>
316316
<script src="js/ace/ext-language_tools.js?version=1.2.1"></script>
317317

318-
<script src="js/xrp_blocks.js"></script>
319-
<script src="js/xrp_blocks_python.js"></script>
320-
<script src="js/xrp_blockly_toolbox.js"></script>
318+
<script src="js/xrp_blocks.js?version=1.2.1"></script>
319+
<script src="js/xrp_blocks_python.js?version=1.2.1"></script>
320+
<script src="js/xrp_blockly_toolbox.js?version=1.2.1"></script>
321321

322322
<script src="js/editor_wrapper.js?version=1.2.1"></script>
323323
<script src="js/filesystem_wrapper.js?version=1.2.1"></script>

0 commit comments

Comments
 (0)