From 8ea9cec9f1944e76610949a328557c7fd290fecb Mon Sep 17 00:00:00 2001 From: Vincent Link Date: Thu, 16 Jun 2016 22:04:44 +0200 Subject: [PATCH] Warn that short URIs are not persistent --- src/main/web/app/Ui.js | 4 ++++ src/main/web/app/assets/index.html | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/web/app/Ui.js b/src/main/web/app/Ui.js index 0b6a6cd..83b9b1c 100644 --- a/src/main/web/app/Ui.js +++ b/src/main/web/app/Ui.js @@ -23,6 +23,10 @@ export default class Ui { Ui.displayUrl(); } }); + Ui.urlType.find("[data-value='short']").popup({ + on: "click", + target: Ui.urlType + }); Ui.ontologyText.click(() => Ui.ontologyText.select()); } diff --git a/src/main/web/app/assets/index.html b/src/main/web/app/assets/index.html index f6d420c..b11e708 100644 --- a/src/main/web/app/assets/index.html +++ b/src/main/web/app/assets/index.html @@ -56,7 +56,6 @@