We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2504c commit 4dcd801Copy full SHA for 4dcd801
src/sortablejs.js
@@ -4,7 +4,7 @@ function init(Survey) {
4
var widget = {
5
name: "sortablelist",
6
title: "Sortable list",
7
- iconName: "icon-sortablelist",
+ iconName: "icon-sortablejs",
8
widgetIsLoaded: function() {
9
return typeof Sortable != "undefined";
10
},
0 commit comments