Remove redundant Jquery UI code

The top area with the trees no longer uses Jquery UI to be
resizable. Remove the leftover icon.

Change-Id: I20fce9effe52121f33920205fe353f47ad4ef674
diff --git a/app/index.html b/app/index.html
index 9619e12..0706e5a 100644
--- a/app/index.html
+++ b/app/index.html
@@ -200,12 +200,6 @@
 
 <script>
 $(function() {
-  $( "#topcenter" ).resizable({
-    handles: 's',
-    stop: function(event, ui) {
-      $(this).css("width", '');
-    }
-  });
   $("#helpdialog").dialog({ autoOpen: false, width: 800 });
   $("#helpbutton").bind('click', help);
 
@@ -455,10 +449,6 @@
 
     </div><!-- End container -->
 
-<!-- TODO: can we locate the icon at S, rather than SE? -->
-<div unselectable="on" style="z-index: 1001; -moz-user-select: none;"
-class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-arrowthick-2-n-s"></div>
-
 <div id="bottomcenter">
 
 <div id="commitInfo" title="Commit Information"> </div>