# HG changeset patch # User Atul Varma # Date 1210987739 25200 # Node ID 41c698849ec94694fe557a45888b88e6d9241ab2 # Parent 3df72ae19981ca261ccf318ad0d28c32fb9593d0 Minor stylistic changes. diff -r 3df72ae19981 -r 41c698849ec9 web-zui.js --- a/web-zui.js Fri May 16 18:22:12 2008 -0700 +++ b/web-zui.js Fri May 16 18:28:59 2008 -0700 @@ -33,7 +33,7 @@ self._console.close(); self._console = null; } - $("#content").html(""); + $("#content").empty(); self._unbindEventHandlers(); }, @@ -152,7 +152,7 @@ }, _eraseBottomWindow: function() { - $("#content").html(""); + $("#content").empty(); }, setVersion: function(version) {