- Remove unused custom::ajaxMenu method.

This commit is contained in:
tianshujie
2023-11-23 17:13:34 +08:00
parent 270581091c
commit e7fc70fd02
-15
View File
@@ -431,21 +431,6 @@ class custom extends control
return print($this->loadModel('setting')->getItem("owner={$this->app->user->account}&module={$module}&section={$section}&key={$key}"));
}
/**
* Custom menu view
*
* @param string $module
* @param string $method
* @access public
* @return void
*/
public function ajaxMenu($module = 'main', $method = '')
{
$this->view->module = $module;
$this->view->method = $method;
$this->display();
}
/**
* Ajax set menu
*