/* * Mysql Ajax Table Editor * * Copyright (c) 2008 Chris Kitchen * All rights reserved. * * See COPYING file for license information. * * Download the latest version from * http://www.mysqlajaxtableeditor.com */ var historyObject = new Array(); var historyCounter = 0; var trackHistory = false; var javascript = ''; var scripts = document.getElementsByTagName('script'); var script = scripts[scripts.length - 1]; var pathWithFile = script.getAttribute("src"); var jsPath = pathWithFile.indexOf('/') >= 0 ? pathWithFile.match(/^(.+)\//)[0] : ''; if(typeof(mateDeleteMsg) == 'undefined' || mateDeleteMsg == null) { document.write('