mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 13:28:19 +01:00
Version 1.1.5: Switch to https and fix assets and design
This commit is contained in:
parent
501aef3c73
commit
aefb9709cb
2
cache/lastCache.txt
vendored
2
cache/lastCache.txt
vendored
@ -1 +1 @@
|
||||
1525885593
|
||||
1526030510
|
@ -1 +1 @@
|
||||
TYPEMIL is a content management system for **writers** and their **text-work**. It plublishes markdown files as a website and it will help you to create online-based e-books in future. TYPEMILL is simple, lightweight and open source. Just download and start.
|
||||
TYPEMILL is a small flat file cms designed for **writers**. It creates websites based on markdown files and fits perfectly for text-works like studies, manuals or documentations. TYPEMILL is simple, lightweight and open source. Just download and start.
|
@ -47,12 +47,12 @@ class Assets
|
||||
|
||||
public function renderCSS()
|
||||
{
|
||||
return implode('<br/>', $this->CSS) . implode('<br/>', $this->inlineCSS);
|
||||
return implode('', $this->CSS) . implode('', $this->inlineCSS);
|
||||
}
|
||||
|
||||
public function renderJS()
|
||||
{
|
||||
return implode('<br/>', $this->JS) . '<br/>' . implode('<br/>', $this->inlineJS);
|
||||
return implode('', $this->JS) . implode('', $this->inlineJS);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -137,7 +137,7 @@
|
||||
function getVersions(name, value)
|
||||
{
|
||||
var getPost = 'GET';
|
||||
url = 'http://typemill.net/api/v1/checkversion?';
|
||||
url = 'https://typemill.net/api/v1/checkversion?';
|
||||
|
||||
if(name == 'plugins')
|
||||
{
|
||||
|
@ -161,7 +161,7 @@ header p{
|
||||
overflow: hidden;
|
||||
}
|
||||
.open{
|
||||
max-height: 1500px;
|
||||
max-height: 2500px;
|
||||
transition: max-height 0.25s ease-in;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user