Code cleanup.
This commit is contained in:
parent
711a704602
commit
1088a30086
3 changed files with 6 additions and 6 deletions
|
@ -350,7 +350,7 @@ class App.UiElement.ticket_perform_action
|
||||||
notificationElement.find('.js-body div[contenteditable="true"]').ce(
|
notificationElement.find('.js-body div[contenteditable="true"]').ce(
|
||||||
mode: 'richtext'
|
mode: 'richtext'
|
||||||
placeholder: 'message'
|
placeholder: 'message'
|
||||||
maxlength: 20000
|
maxlength: 200000
|
||||||
)
|
)
|
||||||
new App.WidgetPlaceholder(
|
new App.WidgetPlaceholder(
|
||||||
el: notificationElement.find('.js-body div[contenteditable="true"]').parent()
|
el: notificationElement.find('.js-body div[contenteditable="true"]').parent()
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
Plugin.prototype.onKeydown = function (e) {
|
Plugin.prototype.onKeydown = function (e) {
|
||||||
console.log("onKeydown", this.isActive())
|
//console.log("onKeydown", this.isActive())
|
||||||
// navigate through item
|
// navigate through item
|
||||||
if (this.isActive()) {
|
if (this.isActive()) {
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ rm -rf tmp/cache*
|
||||||
|
|
||||||
export Z_LOCALES='en-us:de-de'
|
export Z_LOCALES='en-us:de-de'
|
||||||
|
|
||||||
rake db:drop
|
bundle exec rake db:drop
|
||||||
rake db:create
|
bundle exec rake db:create
|
||||||
rake db:migrate
|
bundle exec rake db:migrate
|
||||||
rake db:seed
|
bundle exec rake db:seed
|
||||||
|
|
Loading…
Reference in a new issue