File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function getJs() : string
2222 'Magento_Ui/js/modal/modal'
2323 ], function($, alert) {
2424 $(document).ready(function(){
25- document.getElementById('mfblog_sidebar_featured_posts_posts_ids').setAttribute('readonly', true);
25+ /* document.getElementById('mfblog_sidebar_featured_posts_posts_ids').setAttribute('readonly', true);*/
2626
2727 var ensureGridIsSet = function (timeout) {
2828 var start = Date.now();
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ protected function _toHtml() : string
184184 $ buttons ['open ' ]
185185 )->setOnclick (
186186 $ this ->onClickJs ($ chooserId )
187- )->setDisabled (
188- $ element ->getReadonly ()
187+ /* )->setDisabled(
188+ $element->getReadonly()*/
189189 );
190190 $ chooser ->setData ('after_element_html ' , $ hiddenHtml . $ chooseButton ->toHtml ());
191191
You can’t perform that action at this time.
0 commit comments