json.return IE bug fixe suite + misc

This commit is contained in:
Bachir Soussi Chiadmi
2013-12-05 15:35:14 +01:00
parent acb87f238a
commit 3d36e980af
6 changed files with 14 additions and 12 deletions

View File

@@ -105,7 +105,7 @@ function materio_search_api_ajax_search($page = 0){
'keys'=>$keys,
'keys_encoded'=>$keys_encoded,
'search_path'=>$search_path,
'return'=>$return,
'returned'=>$return,
'active_types'=>$active_types,
'title' => drupal_get_title(),
);
@@ -121,7 +121,6 @@ function materio_search_api_ajax_search($page = 0){
}
}
}
@@ -208,7 +207,7 @@ function materio_search_api_ajax_actuality($page = 0){
$rep = array(
'path' => $path,
'return'=>$return,
'returned'=>$return,
'title' => drupal_get_title(),
);