more js refactoring for report and search

This commit is contained in:
Oliver Gorwits
2013-05-09 21:53:39 +01:00
parent 479ac0e55d
commit 2e8ac83173
2 changed files with 11 additions and 4 deletions

View File

@@ -8,4 +8,8 @@
// on load, check initial Device Search Options form state,
// and on each change to the form fields
$(document).ready(function() { });
$(document).ready(function() {
var tab = '[% report.tag %]'
var target = '#' + tab + '_pane';
});