phpmyadmin/js/server_plugins.js
2011-07-08 19:46:19 +02:00

13 lines
344 B
JavaScript

/**
* Functions used in server plugins pages
*/
$(function() {
// Add tabs
$('#pluginsTabs').tabs({
// Tab persistence
cookie: { name: 'pma_serverStatusTabs', expires: 1 },
// Fixes line break in the menu bar when the page overflows and scrollbar appears
show: function() { menuResize(); }
});
});