mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-22 18:52:10 +01:00
add tagit
This commit is contained in:
parent
518b7644af
commit
15c5c50a77
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user