Răsfoiți Sursa

https is good

Adam Shaw 8 ani în urmă
părinte
comite
7f84e87559
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 'http://bootswatch.com/' + themeName + '/bootstrap.min.css';
+				return 'https://bootswatch.com/' + themeName + '/bootstrap.min.css';
 			}
 			else { // the default bootstrap theme
 				return 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css';