Sha256: 1a1fa98963f95b51ab606026e26c64843970db0e72205d9782b765f8a14ca630
Contents?: true
Size: 745 Bytes
Versions: 16
Compression:
Stored size: 745 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. # if !@cgi.mobile_agent? && /\A(?:day)\z/ =~ @mode add_header_proc do %Q|<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"/>| end enable_js('http://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
16 entries across 16 versions & 1 rubygems