Removed from view once it's loaded by AJAX request

This commit is contained in:
Kinn Coelho Julião 2013-05-17 10:08:15 -04:00
parent e037f063aa
commit 3de71b2155
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@ class BuildController extends b8\Controller
$view = new b8\View('Build'); $view = new b8\View('Build');
$view->build = $build; $view->build = $build;
$view->data = $this->getBuildData($buildId); $view->data = $this->getBuildData($buildId);
$view->plugins = $build->getPlugins();
return $view->render(); return $view->render();
} }

View file

@ -25,7 +25,6 @@
</tr> </tr>
</thead> </thead>
<tbody id="plugins"> <tbody id="plugins">
<?php print $plugins; ?>
</tbody> </tbody>
</table> </table>
</div> </div>