Jiří Zralý
Jiří Zralý
Thinking about it, the question is maybe little different: Am I right, that this code should be triggered just on history request, not common ajax requests? ``` if ($this->isAjax()) {...
@fprochazka I think you got my point. I need to know, if history extension will be processed. If yes, than redraw `content` snippet. If not, don't redraw `content` snippet. I...
I am talking about handling of snippet this way only for history ajax, not for common ajax requests.