contrib modules security updates
This commit is contained in:
@@ -28,9 +28,10 @@ $.tablesorter.addParser({
|
||||
});
|
||||
|
||||
$(document).ready(function() {
|
||||
// Set some location variales.
|
||||
$('h1').append(': ' + location);
|
||||
document.title += ': ' + location;
|
||||
// Set some location variables.
|
||||
var h1 = $('h1');
|
||||
h1.text(h1.text() + ': ' + location);
|
||||
document.title = h1.text();
|
||||
|
||||
$('table').tablesorter({
|
||||
sortList: [[0,0]],
|
||||
|
||||
Reference in New Issue
Block a user