mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(cloudcmd) indexProcessing: "manifest" -> " manifest"
This commit is contained in:
parent
5dfae75f87
commit
deb13c3870
1 changed files with 2 additions and 2 deletions
|
|
@ -64,9 +64,9 @@
|
|||
if (!Config.appcache)
|
||||
lData = Util.removeStr(lData, [
|
||||
/* min */
|
||||
'manifest=/cloudcmd.appcache',
|
||||
' manifest=/cloudcmd.appcache',
|
||||
/* normal */
|
||||
'manifest="/cloudcmd.appcache"'
|
||||
' manifest="/cloudcmd.appcache"'
|
||||
]);
|
||||
|
||||
if (!Config.show_keys_panel) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue