NewBranch.bjs
[gitlive] / NewBranch.vala
index 6203937..e041745 100644 (file)
@@ -902,12 +902,12 @@ public class NewBranch : Object
                
                if (tid == "") {
                        _this.scrolled_window.el.hide();
-                       _this.el.resize(w, 300);
+                       _this.el.resize(w, 150);
                } else {
                        _this.scrolled_window.el.show();
                        _this.el.resize(w, 800);
                }
-                this.el.load_uri("http://www.google.com");
+                this.el.load_uri("https://roojs.com/admin.php/MTrack/View/" + tid);
         }
     }