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 743f52a commit 4c82605Copy full SHA for 4c82605
src/pretty-checkbox.js
@@ -17,13 +17,7 @@ function init(Survey) {
17
name: "pretty-checkbox",
18
activatedBy: "property",
19
widgetIsLoaded: function() {
20
- for (var i = 0; i < document.styleSheets.length; i++) {
21
- var href = document.styleSheets[i].ownerNode["href"];
22
- if (!!href && href.indexOf("pretty-checkbox") != -1) {
23
- return true;
24
- }
25
26
- return false;
+ return true;
27
},
28
htmlTemplate: "<fieldset></fieldset>",
29
isFit: function(question) {
0 commit comments