alecpl
2012-04-12 28391b4ec32d25f688f9d8a96a66e484d6864e67
- Fix "false" placeholder in contact notes textarea


1 files modified
5 ■■■■ changed files
program/js/app.js 5 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -4545,10 +4545,13 @@
  this.init_edit_field = function(col, elem)
  {
    var label = this.env.coltypes[col].label;
    if (!elem)
      elem = $('.ff_' + col);
    elem.placeholder(ref.env.coltypes[col].label);
    if (label)
      elem.placeholder(label);
  };
  this.insert_edit_field = function(col, section, menu)