Fix typo in the Device By Location report template

This commit is contained in:
Oliver Gorwits
2014-10-07 18:48:38 +01:00
parent 9826b653ea
commit 090cd631d4
2 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ $(document).ready(function() {
return '<a href="[% search_device %]&q=' + encodeURIComponent(data) + '&model=' + encodeURIComponent(data) + '">' + he.encode(data || '') + '</a>';
}
}
].
],
[% INCLUDE 'ajax/datatabledefaults.tt' -%]
});