Dodano obsługę WebP oraz poprawiono formatowanie kodu w plikach PHP i JS
This commit is contained in:
@@ -194,6 +194,7 @@
|
||||
buttons : {}
|
||||
}
|
||||
});
|
||||
|
||||
$(function () {
|
||||
$(".article-21 .nav-tabs li:nth-child(2)").find('a').trigger("click");
|
||||
})
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
$text = $before . $out;
|
||||
}
|
||||
}
|
||||
|
||||
$dom = new DomDocument('1.0', 'UTF-8');
|
||||
$dom -> loadHTML( '<?xml version="1.0" encoding="UTF-8"?>' . "\n" . $text );
|
||||
$elements = $dom -> getElementsByTagName( 'img' );
|
||||
|
||||
Reference in New Issue
Block a user