summaryrefslogtreecommitdiff
path: root/app/Helper
diff options
context:
space:
mode:
Diffstat (limited to 'app/Helper')
-rw-r--r--app/Helper/ModalHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Helper/ModalHelper.php b/app/Helper/ModalHelper.php
index dbf0415b..4cff1ffa 100644
--- a/app/Helper/ModalHelper.php
+++ b/app/Helper/ModalHelper.php
@@ -89,7 +89,7 @@ class ModalHelper extends Base
public function replaceIconLink($icon, $label, $controller, $action, array $params = array())
{
- $html = '<i class="fa fa-'.$icon.' fa-fw" aria-hidden="true"></i>'.$label;
+ $html = '<i class="fa fa-'.$icon.' fa-fw js-modal-replace" aria-hidden="true"></i>'.$label;
return $this->helper->url->link($html, $controller, $action, $params, false, 'js-modal-replace');
}
}