mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
I added WebPage::IsAjaxPage, but this wasn't a good idea as XHR isn't really related to the Page impl used ! Instead we're now using the new method \utils::IsXmlHttpRequest which is a copy of \Symfony\Component\HttpFoundation\Request::isXmlHttpRequest Many thanks @Molkobain !