]> source.dussan.org Git - nextcloud-server.git/commitdiff
coding guidelines
authorSimon Birnbach <simon@simon-birnbach.de>
Thu, 15 Mar 2012 23:11:50 +0000 (00:11 +0100)
committerSimon Birnbach <simon@simon-birnbach.de>
Thu, 15 Mar 2012 23:11:50 +0000 (00:11 +0100)
files/js/files.js

index a129b853b677115e9265025cf77d56cab68c1818..e5e97c01b95313390c37950f4ae867ef7a99db45 100644 (file)
@@ -250,11 +250,11 @@ $(document).ready(function() {
                                        }
                                }
                                if(totalSize>$('#max_upload').val()){
-                                       $( "#uploadsize-message" ).dialog({
+                                       $( '#uploadsize-message' ).dialog({
                                                modal: true,
                                                buttons: {
                                                        Close: function() {
-                                                               $( this ).dialog( "close" );
+                                                               $( this ).dialog( 'close' );
                                                        }
                                                }
                                        });
@@ -302,7 +302,7 @@ $(document).ready(function() {
                                }
                        },
                        fail: function(e, data) {
-                               console.debug("Fail", data);
+                               console.debug('Fail', data);
                                // TODO: cancel upload & display error notification
                        },
                        progress: function(e, data) {