1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-22 18:52:10 +01:00

add tagit

This commit is contained in:
Shikiryu 2015-03-20 00:12:48 +01:00 committed by Arthur Schiwon
parent 518b7644af
commit 15c5c50a77

View File

@ -1,6 +1,8 @@
<?php <?php
OCP\Util::addscript('bookmarks', '3rdparty/tag-it');
OCP\Util::addscript('bookmarks', 'bookmarklet'); OCP\Util::addscript('bookmarks', 'bookmarklet');
OCP\Util::addStyle('bookmarks', 'bookmarks'); OCP\Util::addStyle('bookmarks', 'bookmarks');
OCP\Util::addStyle('bookmarks', '3rdparty/jquery.tagit');
$bookmarkExists = $_['bookmarkExists']; $bookmarkExists = $_['bookmarkExists'];
?> ?>
@ -56,4 +58,4 @@ $bookmarkExists = $_['bookmarkExists'];
</fieldset> </fieldset>
</form> </form>
</div> </div>