twitter followed users now does what it says...

This commit is contained in:
Dave Conway-Jones
2016-09-28 17:09:58 +01:00
parent 437543e139
commit c456f89441
3 changed files with 45 additions and 29 deletions

View File

@@ -178,7 +178,7 @@
$("#node-input-tags-row").show();
$("#node-input-tags-label").html(userlabel);
$("#node-input-tags").attr("placeholder",userph);
} else if (type == "dm") {
} else if ((type == "dm")||(type == "true")) {
$("#node-input-tags-row").hide();
} else {
$("#node-input-tags-row").show();
@@ -189,7 +189,7 @@
$("#node-input-user").change();
}//,
// oneditsave: function() {
// if ($('#node-input-tags').val() === '' && $("#node-input-user option:selected").val() != 'dm' && $("#node-input-user option:selected").val() != 'user') {
// if ($('#node-input-tags').val() === '' && $("#node-input-user option:selected").val() === 'false') {
// this.inputs=1;
// }
// else {