mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
474ab3773a
commit
90602f90ba
1 changed files with 4 additions and 4 deletions
|
|
@ -49,16 +49,13 @@
|
|||
*/
|
||||
if(srv.Minify._allowed.css){
|
||||
var lPath = '/' + srv.Minify.MinFolder.replace(DIR, '');
|
||||
|
||||
lReplace_s = '<link rel=stylesheet href="/css/reset.css">';
|
||||
|
||||
lData = Util.removeStr(lData, lReplace_s)
|
||||
.replace('/css/style.css', lPath + 'all.min.css');
|
||||
}
|
||||
|
||||
lReplace_s = '<div id=fm class=no-js>';
|
||||
|
||||
/* меняем title */
|
||||
lReplace_s = '<div id=fm class=no-js>';
|
||||
lData = lData.replace(lReplace_s, lReplace_s + lAdditional)
|
||||
.replace('<title>Cloud Commander</title>',
|
||||
'<title>' + CloudFunc.getTitle() + '</title>');
|
||||
|
|
@ -75,6 +72,9 @@
|
|||
|
||||
}
|
||||
|
||||
/**
|
||||
* init and process of appcache if it allowed in config
|
||||
*/
|
||||
function appCacheProcessing(){
|
||||
var lAppCache = srv.AppCache,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue