Sha256: 69b2aa92ab30da01b82fec618f1eefaedf5ee43b4589d5e8d3fb6ef3c9b28cd3

Contents?: true

Size: 729 Bytes

Versions: 3

Compression:

Stored size: 729 Bytes

Contents

# -*- coding: utf-8 -*-
#
# comment_emoji_autocomplete.rb : Support the automatic input of the emoji
#                                 using jQuery UI autocomplete.
#
# Copyright (C) 2013, tamoot <tamoot+tdiary@gmail.com>
# You can redistribute it and/or modify it under GPL2 or any later version.
#

if /\A(?:day)\z/ =~ @mode
	add_header_proc do
		%Q|<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"/>|
	end

	enable_js('//ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js')
	enable_js('caretposition.js')
	enable_js('comment_emoji_autocomplete.js')
end

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End:
# vim: ts=3

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
tdiary-4.2.1 misc/plugin/comment_emoji_autocomplete.rb
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/tdiary-4.2.0/misc/plugin/comment_emoji_autocomplete.rb
tdiary-4.2.0 misc/plugin/comment_emoji_autocomplete.rb