mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) move some untagged assets served on plugin port
Summary: Some untagged assets on the plugin port could be a problem if that port is merged with the regular Grist app port, so we nest them within a non-conflicting path (/plugins/assets). Test Plan: see if a test fails anywhere Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D4116
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="/grist-plugin-api.js"></script>
|
||||
<script src="/jquery/dist/jquery.min.js"></script>
|
||||
<script src="/plugins/assets/jquery/dist/jquery.min.js"></script>
|
||||
<script src="test-subscribe-api.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<script src="/grist-plugin-api.js"></script>
|
||||
<script src="script.js"></script>
|
||||
<!-- jquery is required for running browser test (see: `test/browser/webdriverjq.js`) -->
|
||||
<script src="/jquery/dist/jquery.min.js"></script>
|
||||
<script src="/plugins/assets/jquery/dist/jquery.min.js"></script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #ffffffb0;
|
||||
|
||||
Reference in New Issue
Block a user