Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
11
admin/phpMyAdmin/templates/javascript/display.twig
Normal file
11
admin/phpMyAdmin/templates/javascript/display.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
<script type="text/javascript">
|
||||
if (typeof configInlineParams === 'undefined' || !Array.isArray(configInlineParams)) {
|
||||
configInlineParams = [];
|
||||
}
|
||||
configInlineParams.push(function () {
|
||||
{{ js_array|join(';\n')|raw }};
|
||||
});
|
||||
if (typeof configScriptLoaded !== 'undefined' && configInlineParams) {
|
||||
loadInlineConfig();
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue