mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing encoding issue
This commit is contained in:
parent
c11eeaaccc
commit
b6f7998db7
@ -17,7 +17,7 @@
|
||||
*/
|
||||
function identifierFormatter(value, row, index) {
|
||||
return [
|
||||
'<a class="like" href="/cdm/devices/' + row["deviceType"] + '/' + value + '" title="Like">',
|
||||
'<a class="like" href="/cdm/devices/' + row["deviceType"] + '/' + escape(value) + '" title="Like">',
|
||||
value,
|
||||
'</a>'
|
||||
].join('');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user