aboutsummaryrefslogtreecommitdiff
path: root/ext/js/dom
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/dom')
-rw-r--r--ext/js/dom/css-style-applier.js (renamed from ext/js/dom/sandbox/css-style-applier.js)2
-rw-r--r--ext/js/dom/dom-text-scanner.js2
-rw-r--r--ext/js/dom/text-source-element.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/js/dom/sandbox/css-style-applier.js b/ext/js/dom/css-style-applier.js
index ea3f1a28..ba49d6aa 100644
--- a/ext/js/dom/sandbox/css-style-applier.js
+++ b/ext/js/dom/css-style-applier.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import {readResponseJson} from '../../core/json.js';
+import {readResponseJson} from '../core/json.js';
/**
* This class is used to apply CSS styles to elements using a consistent method
diff --git a/ext/js/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js
index e263d9f3..b86d6586 100644
--- a/ext/js/dom/dom-text-scanner.js
+++ b/ext/js/dom/dom-text-scanner.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import {readCodePointsBackward, readCodePointsForward} from '../data/sandbox/string-util.js';
+import {readCodePointsBackward, readCodePointsForward} from '../data/string-util.js';
/**
* A class used to scan text in a document.
diff --git a/ext/js/dom/text-source-element.js b/ext/js/dom/text-source-element.js
index b2829e75..d91e75f3 100644
--- a/ext/js/dom/text-source-element.js
+++ b/ext/js/dom/text-source-element.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import {readCodePointsBackward, readCodePointsForward} from '../data/sandbox/string-util.js';
+import {readCodePointsBackward, readCodePointsForward} from '../data/string-util.js';
import {convertMultipleRectZoomCoordinates} from './document-util.js';
/**