hideImageForm: function () {
        this.$('#thread-image-forms').addClass('hide');
        this.$('.previous-image').removeClass('hide');
        this.removeImage = false;
    },