mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixes #4698 - Load front-end inline editing javasript only when necessary.
This commit is contained in:
@@ -849,7 +849,7 @@ class e_parse_shortcode
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(method_exists($this->addedCodes, 'editable'))
|
if($this->editableActive && method_exists($this->addedCodes, 'editable'))
|
||||||
{
|
{
|
||||||
$this->editableCodes = $this->addedCodes->editable();
|
$this->editableCodes = $this->addedCodes->editable();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user