diff --git a/4chan_x.user.js b/4chan_x.user.js index 3050ebd58..b03a261ec 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1703,6 +1703,7 @@ case 'a': case 'd': case 'H': + case 'I': case 'm': case 'M': case 'p': diff --git a/script.coffee b/script.coffee index 41fd412a1..db69a1043 100644 --- a/script.coffee +++ b/script.coffee @@ -1358,7 +1358,7 @@ time = foo: -> code = $.config('time').replace /%([A-Za-z])/g, (s, c) -> switch c - when 'a', 'd', 'H', 'm', 'M', 'p', 'P', 'y' then "' + time.#{c}() + '" + when 'a', 'd', 'H', 'I', 'm', 'M', 'p', 'P', 'y' then "' + time.#{c}() + '" else s time.funk = Function 'time', "return '#{code}'"