Newer
Older
ubFramework / Portal / docroot / phpMyAdmin / templates / javascript / display.phtml
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 316 bytes Cleaning Up Making It A Sub Module
<script type="text/javascript">
if (typeof configInlineParams === "undefined" || !Array.isArray(configInlineParams)) configInlineParams = [];
configInlineParams.push(function() {
<?= implode(";\n", $js_array); ?>;
});
if (typeof configScriptLoaded !== "undefined" && configInlineParams) loadInlineConfig();
</script>