mirror of
https://github.com/typemill/typemill.git
synced 2025-10-17 15:46:28 +02:00
Version 1.1.5: Switch to https and fix assets and design
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user