let charcounter disappear if reset qslmsg
这个提交包含在:
父节点
59d0ad2597
当前提交
b7014de657
共有 2 个文件被更改,包括 5 次插入 和 1 次删除
|
|
@ -1243,7 +1243,10 @@ $(document).on('keypress',function(e) {
|
|||
qso_set_eqsl_qslmsg(stationProfile,false,'.qso_panel');
|
||||
});
|
||||
// [eQSL default msg] change value on clic //
|
||||
$('.qso_panel .qso_eqsl_qslmsg_update').off('click').on('click',function() { qso_set_eqsl_qslmsg($('.qso_panel #stationProfile').val(),true,'.qso_panel'); });
|
||||
$('.qso_panel .qso_eqsl_qslmsg_update').off('click').on('click',function() {
|
||||
qso_set_eqsl_qslmsg($('.qso_panel #stationProfile').val(),true,'.qso_panel');
|
||||
$('#charsLeft').text(" ");
|
||||
});
|
||||
|
||||
<?php if ($this->session->userdata('user_qth_lookup') == 1) { ?>
|
||||
$('#qth').focusout(function() {
|
||||
|
|
|
|||
|
|
@ -300,6 +300,7 @@ function qso_edit(id) {
|
|||
});
|
||||
$('.modal-content .qso_eqsl_qslmsg_update').off('click').on('click',function() {
|
||||
qso_set_eqsl_qslmsg($('.modal-content #stationProfile').val(),true,'.modal-content');
|
||||
$('.modal-content #charsLeft').text(" ");
|
||||
});
|
||||
$('.modal-content #qslmsg').keyup(function(event) {
|
||||
calcRemainingChars(event, '.modal-content');
|
||||
|
|
|
|||
正在加载…
在新工单中引用