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

@@ -1,4 +1,10 @@
2.029010
2.029011 - 2014-10-07
[BUG FIXES]
* Fix typo in the Device By Location report template
2.029010 - 2014-10-07
[NEW FEATURES]

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' -%]
});