* index: rename iframeModal to ajaxIframeModal.

This commit is contained in:
sunhao
2024-03-15 15:04:35 +08:00
parent 46ff033d7a
commit d49bac141a
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class index extends control
* @access public
* @return void
*/
public function iframeModal(string $url = '')
public function ajaxIframeModal(string $url = '')
{
$this->view->url = helper::safe64Decode($url);
$this->display();
+1 -1
View File
File diff suppressed because one or more lines are too long