remotes/origin/1203
pavel 11 years ago
parent ec4b3677c5
commit 7eea6811f3
  1. 6
      templates/client/static_client/js/_modules/page.company.js
  2. 2
      templates/client/static_client/js_min/_modules/page.company.min.js

@ -482,8 +482,10 @@ if (EXPO.company){
this.formId = this.$form.attr("id");
if( $.trim(this.$input.val()) == ''){
this.$form.detach().appendTo(this.$initial);
this.$label.detach().appendTo(this.$initial);
//this.$form.detach().appendTo(this.$initial);
//this.$label.detach().appendTo(this.$initial);
this.$form.detach().appendTo(this.$editable);
this.$label.detach().appendTo(this.$editable);
this.$initial.removeClass("hidden");
this.$description.addClass("hidden");

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save