Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
moved the title setting
  • Loading branch information
fasseg committed Mar 19, 2013
1 parent 439539c commit ff5022b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fcrepo-fixity-webapp/src/main/webapp/static/details.html
Expand Up @@ -12,7 +12,6 @@
$(document).ready(function() {
var numErrors=0;
var numSuccesses=0;
$('#title').html('Fedora 4 - Fixity Check Details for ' + $.getUrlVar("pid"));

$.extend({
getUrlVars: function(){
Expand All @@ -30,6 +29,8 @@
return $.getUrlVars()[name];
}
});

$('#title').html('Fedora 4 - Fixity Check Details for ' + $.getUrlVar("pid"));


$.getJSON('../rest/results/details/' + $.getUrlVar("id"), function(data) {
Expand Down

0 comments on commit ff5022b

Please sign in to comment.