Quellcode durchsuchen

fix bootswatch stylesheet urls for theme chooser. fixes #3916

Adam Shaw vor 8 Jahren
Ursprung
Commit
05fa6ad9b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      demos/js/theme-chooser.js

+ 1 - 1
demos/js/theme-chooser.js

@@ -64,7 +64,7 @@ function initThemeChooser(settings) {
 		}
 		else if (themeSystem === 'bootstrap3') {
 			if (themeName) {
-				return 'https://bootswatch.com/' + themeName + '/bootstrap.min.css';
+				return 'https://bootswatch.com/3/' + themeName + '/bootstrap.min.css';
 			}
 			else { // the default bootstrap theme
 				return 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css';