|
|
@@ -3,7 +3,7 @@
|
|
|
* http://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 2.1.8
|
|
|
+* Version: 2.1.9
|
|
|
*/
|
|
|
|
|
|
(function ($) {
|
|
|
@@ -79,11 +79,11 @@
|
|
|
|
|
|
var iphone = navigator.userAgent.match(/iphone/i) != null;
|
|
|
var android = navigator.userAgent.match(/android.*mobile safari.*/i) != null;
|
|
|
- if (android) {
|
|
|
- var browser = navigator.userAgent.match(/mobile safari.*/i);
|
|
|
- var version = parseInt(new RegExp(/[0-9]+/).exec(browser));
|
|
|
- android = version <= 533;
|
|
|
- }
|
|
|
+ //if (android) {
|
|
|
+ // var browser = navigator.userAgent.match(/mobile safari.*/i);
|
|
|
+ // var version = parseInt(new RegExp(/[0-9]+/).exec(browser));
|
|
|
+ // android = version <= 533;
|
|
|
+ //}
|
|
|
var caretposCorrection = null;
|
|
|
var masksets,
|
|
|
activeMasksetIndex = 0;
|
|
|
@@ -1264,7 +1264,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.1.8
|
|
|
+Version: 2.1.9
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -1361,7 +1361,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2012 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.1.8
|
|
|
+Version: 2.1.9
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -1854,7 +1854,7 @@ Input Mask plugin extensions
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 - 2013 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 2.1.8
|
|
|
+Version: 2.1.9
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|