(function(){ var html_jquery_obj = jQuery('html');
if (html_jquery_obj.length && (html_jquery_obj.is('.ie8') || html_jquery_obj.is('.ie9'))) {
var path = 'https://www.worldtrip-blog.com/wp-content/themes/Newspaper/style.css';
jQuery.get(path, function(data) {
var str_split_separator = '#td_css_split_separator'; var arr_splits = data.split(str_split_separator); var arr_length = arr_splits.length;
if (arr_length > 1) {
var dir_path = 'https://www.worldtrip-blog.com/wp-content/themes/Newspaper'; var splited_css = '';
for (var i = 0; i < arr_length; i++) { if (i > 0) { arr_splits[i] = str_split_separator + ' ' + arr_splits[i]; } //jQuery('head').append('
');
var formated_str = arr_splits[i].replace(/\surl\(\'(?!data\:)/gi, function regex_function(str) { return ' url(\'' + dir_path + '/' + str.replace(/url\(\'/gi, '').replace(/^\s+|\s+$/gm,''); });
splited_css += "
"; }
var td_theme_css = jQuery('link#td-theme-css');
if (td_theme_css.length) { td_theme_css.after(splited_css); } } }); } })();
No comment yet, add your voice below!