]> source.dussan.org Git - nextcloud-server.git/commit
Fix Regex for iPhone and add iPad 2386/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 28 Nov 2016 17:42:49 +0000 (18:42 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 28 Nov 2016 17:42:49 +0000 (18:42 +0100)
commit9dead382ef32744df3c68c88ad1a2f586930cdc0
treea5cf64ebf8a8deab4e580aeaec9b3e3cbc16bc33
parentcd9d1f589f089a3445b3ae907e1fe08ba19e287c
Fix Regex for iPhone and add iPad

The previous Regex worked for an iPhone with version "10.0" but not with "10.0.1" which was wrong. I modified the Regex to also match for those situations.

I also added a Regex for the iPad

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
settings/js/authtoken_view.js