Skip to content
Snippets Groups Projects
Commit dc48c09c authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Checkstyles live at the conference.

parent 1977fa14
Branches
Tags
No related merge requests found
......@@ -105,9 +105,9 @@ class Fedora extends AbstractBase
/**
* Return the content of a datastream.
*
* @param string $id Record id
* @param string $stream Name of stream to retrieve
*
* @param string $id Record id
* @param string $stream Name of stream to retrieve
* @param boolean $justStream Do not append /content and return from url as is
* @return string
*/
public function getDatastreamContent($id, $stream, $justStream = false)
......
......@@ -107,7 +107,7 @@ class Results extends \VuFind\Search\Base\Results
/**
* Get a fake record driver
*
* @var string $id ID to use
* @param string $id ID to use
*
* @return RecordDriver
*/
......@@ -119,4 +119,4 @@ class Results extends \VuFind\Search\Base\Results
}
return $this->driverCache[$id];
}
}
\ No newline at end of file
}
......@@ -304,7 +304,7 @@ $(document).ready(function() {
q:query,
method:'getACSuggestions',
searcher:searcher['searcher'],
type:$('#searchForm_type').val(),
type:$('#searchForm_type').val()
},
dataType:'json',
success: function(json) {
......@@ -318,7 +318,7 @@ $(document).ready(function() {
cb([]);
}
}
})
});
}
}
);
......@@ -430,4 +430,4 @@ $(document).ready(function() {
var parts = this.href.split('/');
return Lightbox.get(parts[parts.length-3],'Save',{id:$(this).attr('id')});
});
});
\ No newline at end of file
});
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment