Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 492d0d0

Browse files
committed
🔧 fix missing dnd icon
1 parent 89ae0f4 commit 492d0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/admin/view/template/extension/module/foc_carousel.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ $(function () {
307307
html += '<div class="col-sm-1">'
308308
html += '<input type="hidden" class="form-control b-slide__weight" placeholder="Weight" name="foc_carousel[' + this.language_id + '][' + this.counter + '][weight]" value="' + this.counter + '">'
309309
html += '</div>'
310-
html += '<div class="b-slides__slide_handle"></div>'
310+
html += '<div class="b-slides__slide_handle"><span class="ui-icon ui-icon-arrow-4-diag"></span></div>'
311311
html += '<div class="b-slide__content col-sm-12"></div>'
312312
html += '</div>'
313313

0 commit comments

Comments
 (0)