mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(client) loadStyle: plugins -> name
This commit is contained in:
parent
90c96791be
commit
2fb5bc8f5b
1 changed files with 2 additions and 2 deletions
|
|
@ -232,9 +232,9 @@ function CloudCmdProto(Util, DOM) {
|
|||
|
||||
function loadStyle(callback) {
|
||||
const prefix = CloudCmd.PREFIX;
|
||||
const plugins = prefix + '/dist/cloudcmd.common.css';
|
||||
const name = prefix + '/dist/cloudcmd.common.css';
|
||||
|
||||
DOM.load.css(plugins, callback);
|
||||
DOM.load.css(name, callback);
|
||||
}
|
||||
|
||||
function loadPlugins(callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue