diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-14 12:16:51 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-14 12:20:04 +0100 |
commit | 8877087b5716fde078bab4d303240498f02dd48b (patch) | |
tree | ec897d2aae2804e41929cd342452959b6ba28255 /lib/base.php | |
parent | a03d70209fabbb3d2ae7137a6edde1f0712cd9e1 (diff) | |
download | nextcloud-server-8877087b5716fde078bab4d303240498f02dd48b.tar.gz nextcloud-server-8877087b5716fde078bab4d303240498f02dd48b.zip |
adding a compatibility.js as a single source to define all fallback function declarations
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index c60a97100f4..fd9a1d41121 100644 --- a/lib/base.php +++ b/lib/base.php @@ -278,6 +278,7 @@ class OC { OC_Util::addScript("jquery-showpassword"); OC_Util::addScript("jquery.infieldlabel"); OC_Util::addScript("jquery-tipsy"); + OC_Util::addScript("compatibility"); OC_Util::addScript("oc-dialogs"); OC_Util::addScript("js"); OC_Util::addScript("eventsource"); |