diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-31 00:50:04 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-31 00:50:04 +0200 |
commit | e6821e9d7c716d4808c11789ff7065430213f2d0 (patch) | |
tree | 12cfec0c09ce218a617a9cb7a7b733ac8c1d4dc1 /core | |
parent | 0503c3499ee03bcb220416ac1162cafcf5b38bc4 (diff) | |
download | nextcloud-server-e6821e9d7c716d4808c11789ff7065430213f2d0.tar.gz nextcloud-server-e6821e9d7c716d4808c11789ff7065430213f2d0.zip |
Show play and add-to-playlist buttons in instant search results
for now this only works from inside the media app
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js index f85331db60a..99372c5f241 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -77,6 +77,7 @@ OC={ } } } +OC.search.customResults={}; OC.addStyle.loaded=[]; OC.addScript.loaded=[]; |