Skip to content

Commit

Permalink
rename js config files for localization integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed May 10, 2024
1 parent 95a6c1c commit 0a9cd33
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ function KB() {
KB.prototype.initializePage = function (type) {
if (type == 'kb') {
this.host = 'kb';
this.writeHeadTag('js', '/js/lang/'+this.lang+'/ui.js');
this.writeHeadTag('js', '/js/lang/'+this.lang+'/topics.js');
this.writeHeadTag('js', '/js/lang/'+this.lang+'/sc.js');
this.writeHeadTag('js', '/js/lang/'+this.lang+'/ui.json');
this.writeHeadTag('js', '/js/lang/'+this.lang+'/topics.json');
this.writeHeadTag('js', '/js/lang/'+this.lang+'/sc.json');
this.writeHeadTag('js', 'https://smart.daisy.org/js/sponsor.js');
this.writeHeadTag('css', '/css/kb.css');
this.writeHeadTag('css', '/css/sponsor.css');
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a9cd33

Please sign in to comment.