diff options
Diffstat (limited to 'template/users.st')
| -rwxr-xr-x | template/users.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/users.st b/template/users.st index 1168b6e..764da54 100755 --- a/template/users.st +++ b/template/users.st @@ -1,12 +1,12 @@ <html> <head> <title>dump.fm new users</title> - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> - <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" + <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" type="text/javascript"></script> <script src="/static/js/jquery.tablesorter.min.js" type="text/javascript"></script> - <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"> + <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css"> <script src="/static/js/admin.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="/static/tsort/style.css"> @@ -31,7 +31,7 @@ </script> </head> <body> - <h1><a href="http://hump.fm">dump.fm new users</a></h1> + <h1><a href="/">dump.fm new users</a></h1> <div id="main"> <table id="new-users" class="tablesorter"> |
