Made working principle more error prone and allowed for error recovery using JS/JSON
This commit is contained in:
@@ -14,7 +14,7 @@ $user = $auth->getCurrentUser();
|
||||
|
||||
if($mode === 'edit')
|
||||
{
|
||||
echo "<form method='POST' action='index.php?option=com_clubs&task=parts.edit&format=json'>";
|
||||
echo "<form method='POST' action='index.php?option=com_clubs&task=parts.edit&format=json' class='clubs-part'>";
|
||||
|
||||
switch($type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user