R.Kinkeris Posted September 17, 2013 Share Posted September 17, 2013 Hello,If adding jquery dialog through controller doesn't work go to classes -> Media.php and override public static $jquery_ui_dependencies function by editing ~ line 42 'ui.dialog' => array('fileName' => 'jquery.ui.dialog.min.js', 'dependencies' => array('ui.core', 'ui.widget', 'ui.position', 'ui.button'), 'theme' => true), basically all you need to do is add the ui.button dependency for it to work. Link to comment Share on other sites More sharing options...
Recommended Posts