From 35c518e0e0c83cf5f5ecb7cca4dc76618940f7f5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 2 Apr 2024 10:09:36 +0200 Subject: [PATCH] Move besUrl out of source-controlled code --- Readme.md | 4 ++++ ckeditor.html | 1 + index.html | 1 + service.js | 2 -- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 65ba956..fa4a859 100644 --- a/Readme.md +++ b/Readme.md @@ -19,10 +19,14 @@ Primer: ... + ``` +Poti do datotek `styles.css` in `service.js` prilagodimo glede na imenik, kjer hranimo ta repozitorij. +Spremenljivko `besUrl` nastavimo po navodilih Amebisa. + ### 2. V kodo HTML vstavimo servis Primer: diff --git a/ckeditor.html b/ckeditor.html index 5fb11b6..90768b6 100644 --- a/ckeditor.html +++ b/ckeditor.html @@ -5,6 +5,7 @@ CKEditor 5 Example + diff --git a/index.html b/index.html index d96efde..6da39f0 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ BesService Example + diff --git a/service.js b/service.js index 4102b71..c4577a3 100644 --- a/service.js +++ b/service.js @@ -1,5 +1,3 @@ -const besUrl = 'http://localhost:225/api/v2/check' - let besServices = [] // Collection of all grammar checking services in the document ///