Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/js/soft-design-system.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Soft UI Design System - v1.0.3
=========================================================

* Product Page: https://www.creative-tim.com/product/black-dashboard
* Product Page: https://www.creative-tim.com/product/soft-ui-design-system
* Copyright site.year Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard/blob/master/LICENSE.md)

Expand Down Expand Up @@ -213,4 +213,4 @@ function debounce(func, wait, immediate) {
}, wait);
if (immediate && !timeout) func.apply(context, args);
};
};
};