diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-06-03 06:37:27 -0700 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-06-03 06:37:27 -0700 |
commit | 2572c9a6b732d5304b69632942de16cfca3a88a3 (patch) | |
tree | 6d42858a2aab182561853d75fde24682f41dfe1e /lib/base.php | |
parent | df5f02bed0be6e6b1931873961817335516337ff (diff) | |
parent | 46d4886709a7ce41a988ef69954252e4f11ebb93 (diff) | |
download | nextcloud-server-2572c9a6b732d5304b69632942de16cfca3a88a3.tar.gz nextcloud-server-2572c9a6b732d5304b69632942de16cfca3a88a3.zip |
Merge pull request #3578 from owncloud/ocdialog
Replacement for jquery.dialog to fit better with ownCloud design.
Diffstat (limited to 'lib/base.php')
-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 75f93b76627..a6e4a47dbf5 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"); } |