mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use require css
This commit is contained in:
parent
a4cf4d91ff
commit
7355fb1f65
10 changed files with 23 additions and 51 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
function showMenu(options, successCallback, cancelCallback) {
|
||||
|
||||
Dashboard.importCss('thirdparty/social-share-kit-1.0.4/dist/css/social-share-kit.css');
|
||||
|
||||
require(['thirdparty/social-share-kit-1.0.4/dist/js/social-share-kit.min'], function () {
|
||||
require(['thirdparty/social-share-kit-1.0.4/dist/js/social-share-kit.min', 'css!thirdparty/social-share-kit-1.0.4/dist/css/social-share-kit.css'], function () {
|
||||
|
||||
var id = 'dlg' + new Date().getTime();
|
||||
var html = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue