Closed jengtong closed 10 years ago
There is a JavaScript code error in the Orbit Widget:
line 158:
->registerScript('Orbit#' . $this->getId(), "$(document).foundation('orbit', {$options}");
The close blanket is missing, where it should be like this:
->registerScript('Orbit#' . $this->getId(), "$(document).foundation('orbit', {$options})");
There is a JavaScript code error in the Orbit Widget:
line 158:
The close blanket is missing, where it should be like this: