]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/protected/Portlets/SlideWindow.tpl
baculum: Search field works with all table cells
[bacula/bacula] / gui / baculum / protected / Portlets / SlideWindow.tpl
index e4fa22d41b935fd2d599bd8e7afa630a194ce2e0..6be3f907cd811d4615020f668c02eadc9c42f068 100644 (file)
@@ -76,9 +76,9 @@
                </com:TCallback>
                <script type="text/javascript">
                        var <%=$this->getParent()->getID()%>_refresh_window_func = function() {
-                                       var request = <%= $this->DetailView->ActiveControl->Javascript %>;
-                                       request.dispatch();
-                               }
+                               var request = <%= $this->DetailView->ActiveControl->Javascript %>;
+                               request.dispatch();
+                       }
                        $$('input[id=<%=$this->Simple->ClientID%>], input[id=<%=$this->Details->ClientID%>], select[id=<%=$this->Limit->ClientID%>]').each(function(el) {
                                el.observe('change', <%=$this->getParent()->getID()%>_refresh_window_func);
                        });