CC-3486: Text Fields in Stream settings behave in unorthodox way. Highlighting
entire text and typing does not erase the highlighted text. - removed all the masking - meioMask is very outdated so it's removed from the project.
This commit is contained in:
parent
839a49f3e5
commit
32548de639
6 changed files with 0 additions and 28 deletions
|
@ -36,13 +36,6 @@ function openAddShowForm() {
|
|||
$add_show_name.select();
|
||||
});
|
||||
}
|
||||
|
||||
$.mask.masks = $.extend($.mask.masks,{
|
||||
date:{ mask: '9999-19-39', selectCharsOnFocus: true, autoTab: false},
|
||||
time:{ mask: '29:69', selectCharsOnFocus: true, autoTab: false}
|
||||
});
|
||||
|
||||
$('input:text').setMask();
|
||||
}
|
||||
|
||||
function makeAddShowButton(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue