|
|
@@ -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: 1.3.9
|
|
|
+* Version: 1.3.10
|
|
|
*/
|
|
|
|
|
|
(function ($) {
|
|
|
@@ -78,11 +78,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;
|
|
|
|
|
|
if (typeof fn == "string") {
|
|
|
@@ -1115,7 +1115,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: 1.3.9
|
|
|
+Version: 1.3.10
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -1212,7 +1212,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: 1.3.9
|
|
|
+Version: 1.3.10
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|
|
|
@@ -1705,7 +1705,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: 1.3.9
|
|
|
+Version: 1.3.10
|
|
|
|
|
|
Optional extensions on the jquery.inputmask base
|
|
|
*/
|