Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 636 Bytes

TheCommentsBase

FRONTEND

#= require jquery2
#= require jquery_ujs
#= require turbolinks

#= require jquery.data-role-selector

#= require the_comments/default_notificator
#= require the_comments/base

$(document).on 'ready page:load', ->
  notificator = TheCommentsDefaultNotificator
  TheComments.init(notificator)
  TheCommentsHighlight.init()

  TheComments.i18n =
    server_error: "Ошибка сервера: {code}"
    please_wait: "Пожалуйста подождите {sec} сек."
    succesful_created: "Комментарий успешно создан"
#= require the_comments/base