Sha256: 8e146bd075f063a5986f97db66bcd8adb03d17b22e4becb78a41ade53871555e
Contents?: true
Size: 629 Bytes
Versions: 36
Compression:
Stored size: 629 Bytes
Contents
# -*- coding: utf-8 -*- # # datepickr.rb - show jQuery UI datepicker # # Copyright (C) 2012, tamoot <tamoot+tdiary@gmail.com> # You can redistribute it and/or modify it under GPL. # # # not support # return if feed? if /\A(?:form|preview|append|edit|update)\z/ =~ @mode enable_js('//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js') if @conf.lang == 'ja' enable_js('//ajax.googleapis.com/ajax/libs/jqueryui/1/i18n/jquery.ui.datepicker-ja.min.js') end enable_js('datepicker.js') end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: # vim: ts=3
Version data entries
36 entries across 31 versions & 2 rubygems