]> source.dussan.org Git - nextcloud-server.git/commit
Fixed display name change for IE8
authorVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 08:48:30 +0000 (10:48 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 11 Oct 2013 08:48:30 +0000 (10:48 +0200)
commit69707747767a653f682c7db1d3f2d514d9a44e75
tree44bc411af38224199cb7dd2e18ced4365bbc0432
parent44a5b0bad0e0dbcb0c11de663897ace69b4fd776
Fixed display name change for IE8

After saving the display name, the oldDisplayName field's value was
wrongly set with text(), which would append the text inside the input
element which is considered as an invalid operation in IE8.

This fix for #5054 correctly puts the old value into the field with a val() call.
settings/js/personal.js