diff --git a/admin/index_m.html b/admin/index_m.html index dbcbbf2..a247a73 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -33,30 +33,7 @@ //zhongjin - $('#btn_loadsymbole').button().click(function () { - $('#symol_import').trigger('click') - }); - - $('#btn_loaddb').button().click(function () { - $('#db_import').trigger('click') - }); - - - $('.btn_export').button({ - icons: {primary: 'ui-icon-circle-minus'}, - text: false - }) - .attr('title', _('Export to CSV')) - .css({width: 24, height: 24}) - .click(function () { - var id = $(this).data('table'); - // build text - var text = getExport(data, id); - $('#export-dlg').show(); - $('#export_textarea').val(text).trigger('select'); - document.execCommand('copy'); - }); - + //end zhongjin @@ -168,6 +145,8 @@ + +