aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-03 07:12:36 +0000
committerMario <mario@mariovavti.com>2021-08-03 07:12:36 +0000
commit08f70c49f8a43cf806f8ca28e9b6c3b7823522b4 (patch)
treef24595d659adbb7d1e5d2e8e6dcd829b093887bb /view/theme/redbasic/js
parent571bae9d1c07bb08270163a314c91c138b42e62f (diff)
parentcddc0217724f1a7661014d50e4c940e623a0c2dc (diff)
downloadvolse-hubzilla-08f70c49f8a43cf806f8ca28e9b6c3b7823522b4.tar.gz
volse-hubzilla-08f70c49f8a43cf806f8ca28e9b6c3b7823522b4.tar.bz2
volse-hubzilla-08f70c49f8a43cf806f8ca28e9b6c3b7823522b4.zip
Merge branch 'app-bin-ng' into 'dev'
Apps drag and drop feature See merge request hubzilla/core!1982
Diffstat (limited to 'view/theme/redbasic/js')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 9312d8390..c0c03d4f8 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -50,7 +50,7 @@ $(document).ready(function() {
});
$("input[data-role=cat-tagsinput]").tagsinput({
- tagClass: 'badge badge-pill badge-warning text-dark'
+ tagClass: 'badge rounded-pill bg-warning text-dark'
});
$('a.disabled').click(function(e) {