diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-06-02 21:52:59 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-06-02 21:52:59 +0200 |
commit | 901b1150ffcdb3f541d6843221ba4ee3fb617751 (patch) | |
tree | f21c7f45520cdf3edd7334abecba19890c8ed7a3 /lib | |
parent | cf71a54f5d6e08020a1a574d43f7fca6642776c9 (diff) | |
download | nextcloud-server-901b1150ffcdb3f541d6843221ba4ee3fb617751.tar.gz nextcloud-server-901b1150ffcdb3f541d6843221ba4ee3fb617751.zip |
Replacement for jquery.dialog to fit better with ownCloud design.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 9d1d4b5e058..ece29f83207 100644 --- a/lib/base.php +++ b/lib/base.php @@ -265,6 +265,7 @@ class OC { OC_Util::addScript("jquery.infieldlabel"); OC_Util::addScript("jquery-tipsy"); OC_Util::addScript("compatibility"); + OC_Util::addScript("jquery.ocdialog"); OC_Util::addScript("oc-dialogs"); OC_Util::addScript("octemplate"); OC_Util::addScript("js"); @@ -278,6 +279,7 @@ class OC { OC_Util::addStyle("multiselect"); OC_Util::addStyle("jquery-ui-1.10.0.custom"); OC_Util::addStyle("jquery-tipsy"); + OC_Util::addStyle("jquery.ocdialog"); OC_Util::addScript("oc-requesttoken"); } |