diff options
Diffstat (limited to 'app/php/controls/CalendarScaffold.php')
-rw-r--r-- | app/php/controls/CalendarScaffold.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/php/controls/CalendarScaffold.php b/app/php/controls/CalendarScaffold.php index dd8a80e..d3f0970 100644 --- a/app/php/controls/CalendarScaffold.php +++ b/app/php/controls/CalendarScaffold.php @@ -126,6 +126,10 @@ class CalendarScaffold extends TemplateControl { } } + protected function getPradoScriptDependencies() { + return ['jquery']; + } + } ?> |