Back to PhocacartRenderMedia class

Method loadWindowPopup

public
loadWindowPopup
()

Method loadWindowPopup - Source code

public function loadWindowPopup()
{
    if ($this->load) {
        //$this->document->addScript(JUri::root(true) . '/media/com_phocacart/js/phoca/jquery.phocawindowpopup'.$this->t['min'].'.js');
        //HTMLHelper::_('script', 'media/com_phocacart/js/phoca/jquery.phocawindowpopup' . $this->t['min'] . '.js', array('version' => 'auto'), $this->scriptAtribute);
        $this->wa->registerAndUseScript('com_phocacart.phocawindowpopup', 'media/com_phocacart/js/phoca/jquery.phocawindowpopup' . $this->t['min'] . '.js', array('version' => 'auto'), $this->scriptAtributeInline);
    }
}