File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,6 @@ public function addModalHtml()
408408 public function getModalId ()
409409 {
410410 if (!$ this ->modalId ) {
411-
412411 if ($ this ->action instanceof RowAction) {
413412 $ this ->modalId = uniqid ('row-action-modal- ' );
414413 } else {
Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ protected function appendActionsColumn()
121121 $ this ->addColumn (Grid \Column::ACTION_COLUMN_NAME , trans ('admin.action ' ))
122122 ->displayUsing ($ this ->getActionClass (), [$ this ->actionsCallback ]);
123123 }
124- }
124+ }
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ class Row
4444 */
4545 public function __construct ($ number , $ data , $ keyName )
4646 {
47- $ this ->data = $ data ;
48- $ this ->number = $ number ;
47+ $ this ->data = $ data ;
48+ $ this ->number = $ number ;
4949 $ this ->keyName = $ keyName ;
5050 }
5151
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ public static function baseJs($js = null)
195195 public static function script ($ script = '' , $ deferred = false )
196196 {
197197 if (!empty ($ script )) {
198-
199198 if ($ deferred ) {
200199 return self ::$ deferredScript = array_merge (self ::$ deferredScript , (array ) $ script );
201200 }
Original file line number Diff line number Diff line change 66use Illuminate \Contracts \Support \Renderable ;
77
88/**
9- * Class FullScreen
9+ * Class FullScreen.
1010 *
1111 * @see https://javascript.ruanyifeng.com/htmlapi/fullscreen.html
1212 */
You can’t perform that action at this time.
0 commit comments