Fix travis

This commit is contained in:
atm-ph
2017-03-25 23:21:49 +01:00
parent 76b95aeec0
commit 09f645fc9f
5 changed files with 74 additions and 95 deletions

View File

@@ -90,11 +90,6 @@ function Listview_submitSearch(obj) {
if($form.length>0){
$form.submit();
}
else{
//There is no form for search action
null;
}
}
function Listview_launch_downloadAs(mode,url,token,session_name) {
$('#listviewdAS_export_form').remove();
@@ -145,7 +140,7 @@ $(document).ready(function() {
});
if(typeof $_GET["get-all-for-export"] != "undefined") {
Listview_launch_downloadAs($_GET["mode"],$_GET["url"],$_GET["token"],$_GET["session_name"]);
Listview_launch_downloadAs($_GET['mode'],$_GET['url'],$_GET['token'],$_GET['session_name']);
}
});