Move vc customization script to static
This commit is contained in:
parent
82f2d7a48f
commit
3930feb1c3
@ -22,7 +22,7 @@ const languageChooserOptions = [];
|
||||
const LANGUAGES = ['german', 'english'];
|
||||
const LANGUAGE_NAMES = {'german': 'Deutsch', 'english': 'English'};
|
||||
const LANGUAGE_PREFIXES = {'img[alt="German"]': 'german', 'img[alt="English"]': 'english'};
|
||||
const URL = 'https://wiai.stuve-bamberg.de/vc-customization/';
|
||||
const URL = 'https://static.wiai.de/vc-customization/';
|
||||
|
||||
const MULTI_LANGUAGE_CANDIDATE_QUERY = 'h1, h2, h3, h4, h5, span.instancename';
|
||||
const STORAGE_LANGUAGE_PREFERENCE_KEY = 'wiai-language-preference';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user