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 f137352 commit ac16498Copy full SHA for ac16498
src/HTMLSnippet/widget/HTMLSnippet.js
@@ -18,7 +18,7 @@ require([
18
postCreate: function () {
19
console.log(this.id + '.postCreate');
20
21
- var external = this.contentsPath != '' ? true : false;
+ var external = this.contentsPath !== '' ? true : false;
22
23
switch (this.contenttype) {
24
case 'html':
src/package.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<package xmlns="http://www.mendix.com/package/1.0/">
3
- <clientModule name="HTMLSnippet" version="1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="HTMLSnippet" version="1.3" xmlns="http://www.mendix.com/clientModule/1.0/">
4
<widgetFiles>
5
<widgetFile path="HTMLSnippet/HTMLSnippet.xml"/>
6
</widgetFiles>
test/widgets/HTMLSnippet.mpk
-20 Bytes
0 commit comments