Initial commit
This commit is contained in:
11
pma/templates/javascript/display.twig
Normal file
11
pma/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>
|
Reference in New Issue
Block a user