about summary refs log tree commit diff stats
path: root/data/maps/the_tenacious/rooms/Main Area.txtpb
blob: 18356e7538169248f6eac1fb214f295cfbfa989e (plain) (blame)
1
2
3
4
5
6
name: "Main Area"
keyholders {
  name: "K"
  path: "Components/KeyHolders/keyHolderK"
  key: "k"
}
ound-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
comments_ready = ->
  $(".comment-reply-to").click ->
    $("#comment_reply_to_id").val($(this).data("commentId"))
    $("#comment-reply-msg .comment-reply-author").text($(this).data("commentAuthor"))
    $("#comment-reply-msg").show()
    return false

  $(".comment-reply-cancel").click ->
    $("#comment_reply_to_id").val("")
    $("#comment-reply-msg").hide()
    return false

$(document).ready(comments_ready)
$(document).on('turbolinks:load', comments_ready)