Revize 1890
Přidáno uživatelem Ondřej Fibich před více než 11 roky(ů)
freenetis/branches/1.1/application/views/js/base.php | ||
---|---|---|
// fix MAC values in inputs
|
||
$('.mac, .mac_address').live('keyup', function ()
|
||
{
|
||
$(this).val(str_replace('-', ':', $(this).val()));
|
||
if ($(this).val().indexOf('-') != -1)
|
||
{
|
||
$(this).val(str_replace('-', ':', $(this).val()));
|
||
}
|
||
});
|
||
|
||
// functionality of hiding/showing form group
|
freenetis/branches/1.1/version.php | ||
---|---|---|
* The current version of FreenetIS.
|
||
* This value must be changed by developers in a new release of FreenetIS.
|
||
*/
|
||
define('FREENETIS_VERSION', '1.1.0~alpha15');
|
||
define('FREENETIS_VERSION', '1.1.0~alpha16');
|
Také k dispozici: Unified diff
freenetis_1.1.0~alpha16
Opravy:
- fixes #531: JS chyba v MAC poli - zabraneni oznaceni cele MAC adresy