|
1 | | -import { hasLastSelected} from '/github/kite9-org/kite9/client/bundles/api.js?v=v0.8' |
2 | | -import { getMainSvg } from '/github/kite9-org/kite9/client/bundles/screen.js?v=v0.8' |
3 | | -import { icon, form, text, p, inlineButtons, ok, cancel, formValues, img, fieldset, div } from '/github/kite9-org/kite9/client/bundles/form.js?v=v0.8' |
| 1 | +import { hasLastSelected} from '/github/kite9-org/kite9/client/bundles/api.js?v=v0.9' |
| 2 | +import { getMainSvg } from '/github/kite9-org/kite9/client/bundles/screen.js?v=v0.9' |
| 3 | +import { icon, form, text, p, inlineButtons, ok, cancel, formValues, img, fieldset, div } from '/github/kite9-org/kite9/client/bundles/form.js?v=v0.9' |
4 | 4 |
|
5 | | -const LOADING = '/public/behaviours/editable/image/loading.svg'; |
6 | | -const SUCCESS = '/public/behaviours/editable/image/success.svg'; |
7 | | -const FAIL = '/public/behaviours/editable/image/fail.svg'; |
| 5 | +const LOADING = '/github/kite9-org/kite9/client/behaviours/editable/image/loading.svg'; |
| 6 | +const SUCCESS = '/github/kite9-org/kite9/client/behaviours/editable/image/success.svg'; |
| 7 | +const FAIL = '/github/kite9-org/kite9/client/behaviours/editable/image/fail.svg'; |
8 | 8 |
|
9 | 9 | export function initEditableImageContextMenuCallback(command, metadata, selector) { |
10 | 10 |
|
@@ -87,7 +87,7 @@ export function initEditableImageContextMenuCallback(command, metadata, selector |
87 | 87 |
|
88 | 88 | if (elements.length> 0) { |
89 | 89 | const last = hasLastSelected(elements, true); |
90 | | - contextMenu.addControl(event, "/public/behaviours/editable/image/edit.svg", 'Edit Image', () => { |
| 90 | + contextMenu.addControl(event, "/github/kite9-org/kite9/client/behaviours/editable/image/edit.svg", 'Edit Image', () => { |
91 | 91 | const href = last.getAttribute("href"); |
92 | 92 |
|
93 | 93 | contextMenu.clear(); |
|
0 commit comments