|
|
|
@ -13,11 +13,11 @@ const $ = window.$;
|
|
|
|
|
|
|
|
|
|
let _url_origin = getUrl()
|
|
|
|
|
$('head').append( $('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?1525440977`) );
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?1525440978`) );
|
|
|
|
|
$('head').append( $('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/magic-check.css?1525440977`) );
|
|
|
|
|
$('head').append( $('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?1525440977`) );
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?1525440978`) );
|
|
|
|
|
$('head').append( $('<link rel="stylesheet" type="text/css" />')
|
|
|
|
|
.attr('href', `${_url_origin}/stylesheets/educoder/edu-admin.css?1525440977`) );
|
|
|
|
|
|
|
|
|
|