mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) indexProcessing: appcache
This commit is contained in:
parent
9608acc8c7
commit
84ab7db09c
1 changed files with 4 additions and 1 deletions
|
|
@ -67,7 +67,10 @@
|
|||
});
|
||||
|
||||
if (!Config.appcache)
|
||||
lData = Util.removeStr(lData, ' manifest="/cloudcmd.appcache"');
|
||||
lData = Util.removeStr(lData, [
|
||||
' manifest=/cloudcmd.appcache',
|
||||
' manifest="/cloudcmd.appcache"'
|
||||
]);
|
||||
|
||||
if (!Config.show_keys_panel){
|
||||
lKeysPanel = '<div id=keyspanel';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue