Update index_m.html
This commit is contained in:
@@ -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 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="tab-notification" class="col s12 page">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user