Jonas Jenwald
07d610615c
Move, and modernize, Util.loadScript
from src/shared/util.js
to src/display/dom_utils.js
...
Not only is the `Util.loadScript` helper function unused on the Worker side, even trying to use it there would throw an Error (since `document` isn't defined/available in Workers).
Hence this helper function is moved, and its code modernized slightly by having it return a Promise rather than needing a callback function.
Finally, to reduced code duplication, the "new" loadScript function is exported and used in the viewer.
2018-06-07 13:52:40 +02:00
..
2018-05-14 23:10:32 -04:00
2017-11-05 16:53:47 +01:00
2015-01-26 16:44:45 +01:00
2018-04-04 00:25:12 +02:00
2018-02-13 14:28:38 +01:00
2018-03-19 23:24:56 +01:00
2018-06-07 13:52:40 +02:00
2018-05-14 23:10:32 -04:00
2015-08-14 18:59:55 +02:00
2018-03-08 22:49:02 +01:00
2011-07-05 10:53:57 -07:00
2018-02-13 16:56:57 +01:00
2018-05-14 23:10:33 -04:00
2017-07-29 13:17:22 +02:00
2018-03-01 18:11:17 +01:00
2017-10-22 16:13:14 +02:00
2018-03-25 18:49:46 +02:00
2018-03-01 18:11:17 +01:00
2018-03-25 18:49:46 +02:00
2017-11-05 16:53:47 +01:00
2018-03-25 18:49:46 +02:00
2017-05-28 21:18:18 +02:00
2017-07-03 11:22:49 +02:00
2018-03-01 18:11:17 +01:00
2018-03-19 23:24:56 +01:00
2018-03-25 18:53:45 +02:00
2017-07-05 11:34:14 +02:00
2018-02-11 20:31:59 +01:00
2018-01-26 13:23:51 +01:00
2018-03-12 14:13:23 +01:00
2018-03-01 18:11:16 +01:00
2018-02-13 16:56:56 +01:00
2018-04-01 23:20:41 +02:00
2018-03-01 18:11:17 +01:00
2017-10-22 16:23:38 +02:00
2017-12-02 19:05:17 +01:00
2017-10-11 18:17:28 +02:00
2017-09-23 16:28:04 +02:00
2018-02-09 14:43:11 +01:00
2018-02-09 14:43:11 +01:00
2018-03-01 18:13:27 +01:00
2018-05-14 23:10:32 -04:00
2018-05-14 23:10:32 -04:00
2017-11-05 16:53:47 +01:00
2017-10-22 16:23:38 +02:00
2018-05-14 23:10:32 -04:00
2018-04-04 00:25:12 +02:00
2017-06-29 23:41:25 +02:00
2017-06-26 13:06:24 +02:00
2018-06-03 00:23:07 +02:00
2017-08-19 11:41:04 +02:00
2018-06-03 00:28:37 +02:00
2017-05-31 09:22:25 -05:00
2015-08-14 18:59:55 +02:00
2017-05-31 09:22:25 -05:00
2016-02-14 13:23:34 +01:00
2017-05-31 09:22:25 -05:00
2018-05-14 23:10:32 -04:00
2018-05-14 23:10:32 -04:00
2018-05-14 23:10:32 -04:00