Merge pull request #1363 from jygaulier/TASK_INTERFACE

restore task interfaces
This commit is contained in:
Benoît Burnichon
2015-04-30 12:37:48 +02:00
8 changed files with 112 additions and 226 deletions

View File

@@ -57,7 +57,7 @@ define([
if(url && url.indexOf('#') !== 0) {
// This is defined in admin/index.html.twig
window.loadRightAjax(url, link.attr("method") || "GET");
// window.loadRightAjax(url, link.attr("method") || "GET");
}
}
});