Some changes that somehow got lost on my file system.
[redakcja.git] / platforma / static / js / wiki / view_summary.js
index 736f4e3..811096d 100644 (file)
@@ -9,7 +9,7 @@
                                $.blockUI({message: "Oczekiwanie na odpowiedź serwera..."});
                                self.doc.publish({
                                        success: function(doc, data) {
-                                               $.blockUI({message: "Udało się", timeout: 2000});
+                                               $.blockUI({message: "Udało się.", timeout: 2000});
                                        },
                                        failure: function(doc, message) {
                                                $.blockUI({
                                                        timeout: 5000
                                                });
                                        }
-                                       
+
                                });
                        });
-                       
+
                        old_callback.call(this);
                };