]> source.dussan.org Git - nextcloud-server.git/commitdiff
IE doesn't like class as keyword, add quotation marks
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 11 Jun 2013 21:07:33 +0000 (23:07 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 11 Jun 2013 21:07:33 +0000 (23:07 +0200)
apps/files_external/js/settings.js

index 6e0b3d78d156d5b54bcb4a60ef4224fb3b6aa7b7..cd11d1c150e7c970ead704cad473391fa0364789 100644 (file)
@@ -88,7 +88,7 @@ OC.MountConfig={
                                                url: OC.filePath('files_external', 'ajax', 'removeMountPoint.php'),
                                                data: {
                                                        mountPoint: mountPoint,
-                                                       class: backendClass,
+                                                       'class': backendClass,
                                                        classOptions: classOptions,
                                                        mountType: mountType,
                                                        applicable: applicable,
@@ -103,7 +103,7 @@ OC.MountConfig={
                                                url: OC.filePath('files_external', 'ajax', 'removeMountPoint.php'),
                                                data: {
                                                        mountPoint: mountPoint,
-                                                       class: backendClass,
+                                                       'class': backendClass,
                                                        classOptions: classOptions,
                                                        mountType: mountType,
                                                        applicable: applicable,