Code cleanup.

This commit is contained in:
Martin Edenhofer 2018-04-13 16:10:21 +02:00
parent 711a704602
commit 1088a30086
3 changed files with 6 additions and 6 deletions

View file

@ -350,7 +350,7 @@ class App.UiElement.ticket_perform_action
notificationElement.find('.js-body div[contenteditable="true"]').ce(
mode: 'richtext'
placeholder: 'message'
maxlength: 20000
maxlength: 200000
)
new App.WidgetPlaceholder(
el: notificationElement.find('.js-body div[contenteditable="true"]').parent()

View file

@ -53,7 +53,7 @@
}
Plugin.prototype.onKeydown = function (e) {
console.log("onKeydown", this.isActive())
//console.log("onKeydown", this.isActive())
// navigate through item
if (this.isActive()) {

View file

@ -6,7 +6,7 @@ rm -rf tmp/cache*
export Z_LOCALES='en-us:de-de'
rake db:drop
rake db:create
rake db:migrate
rake db:seed
bundle exec rake db:drop
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed