mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add hexadecimal filter mask to MAC address input
This commit is contained in:
@@ -468,6 +468,14 @@ $(document).ready(function(){
|
||||
},
|
||||
placeholder: "___.___.___.___"
|
||||
});
|
||||
$('.date').mask('FF:FF:FF:FF:FF:FF', {
|
||||
translation: {
|
||||
"F": {
|
||||
pattern: /[0-9a-z]/, optional: true
|
||||
}
|
||||
},
|
||||
placeholder: "__:__:__:__:__:__"
|
||||
});
|
||||
});
|
||||
|
||||
$('#wg-upload,#wg-manual').on('click', function (e) {
|
||||
|
Reference in New Issue
Block a user