• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision2c1a836c6a40678119e923b55f541a51cb0473fc (tree)
l'heure2019-06-16 14:45:05
AuteurKazuhiro Fujieda <fujieda@user...>
CommiterKazuhiro Fujieda

Message de Log

報告書の期間指定で履歴が邪魔で日付を入力できない場合があるのを直す

Change Summary

Modification

--- a/LogViewer/index.html
+++ b/LogViewer/index.html
@@ -79,6 +79,7 @@ var mixin = {
7979 initPicker: function(from, to, updatePicker) {
8080 [$(from), $(to)].forEach(function(input) {
8181 var prev, ignore;
82+ input.attr('autocomplete', 'off');
8283 input.datetimepicker({
8384 onSelectDate: function() {
8485 ignore = true;