mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge branch 'master' into dev
This commit is contained in:
commit
19589d9117
@ -812,10 +812,7 @@
|
||||
default: !this.expiry ? 'none':'num',
|
||||
types: [typedInputNoneOpt, 'num']
|
||||
});
|
||||
$("#node-input-contentType").on('change', function (event, type, value, urg) {
|
||||
console.log(event);
|
||||
console.log("ct change",type,value, urg);
|
||||
}).typedInput({
|
||||
$("#node-input-contentType").typedInput({
|
||||
default: getDefaultContentType(this.contentType),
|
||||
types: contentTypeOpts
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user