Skip to content

Commit

Permalink
MINOR Updating jQuery UI library paths
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jan 24, 2012
1 parent 6d4815e commit 671ba4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms/FileIFrameField.php
Expand Up @@ -51,8 +51,8 @@ public function dataClass() {
public function Field() {
Requirements::add_i18n_javascript(SAPPHIRE_DIR . '/javascript/lang');
Requirements::javascript(THIRDPARTY_DIR . '/jquery/jquery.js');
Requirements::css(Director::protocol().'ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/base/jquery-ui.css');
Requirements::javascript(Director::protocol().'ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js');
Requirements::css(THIRDPARTY_DIR . '/jquery-ui-themes/smoothness/jquery.ui.all.css');
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-ui/jquery-ui.custom.js');


if($this->form->getRecord() && $this->form->getRecord()->exists()) {
Expand Down

0 comments on commit 671ba4d

Please sign in to comment.