mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
modify js and css files for PDFJS
This commit is contained in:
@@ -518,7 +518,6 @@ function initAnswerForm() {
|
||||
$('#answers').removeClass('loading');
|
||||
},
|
||||
success: function (datas) {
|
||||
|
||||
// DEBUG QUERY PARSER
|
||||
try {
|
||||
console.info(JSON.parse(datas.parsed_query));
|
||||
@@ -533,6 +532,10 @@ function initAnswerForm() {
|
||||
|
||||
loadFacets(datas.facets);
|
||||
|
||||
if(datas.total_answers > 0) {
|
||||
sessionStorage.setItem('search', JSON.stringify(datas.query));
|
||||
}
|
||||
|
||||
$('#answers').append('<div id="paginate"><div class="navigation"><div id="tool_navigate"></div></div></div>');
|
||||
|
||||
$('#tool_results').empty().append(datas.infos);
|
||||
|
Reference in New Issue
Block a user