# HG changeset patch # User Nathan Phillip Brink # Date 2011-10-27 00:20:17 # Node ID 77542620c0a115ff4c740f3e96aada5c91384a73 # Parent 0f237d0addacab8b528398d73c6617ebe0f47e05 Override invalid wording from jQuery.cuteTime plugin concerning items created in the future. diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -127,7 +127,8 @@ class page $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['jAddress'] = ''; - $this->headCode['jQuery.cuteTime'] = ''; + $this->headCode['jQuery.cuteTime'] = '' + . $this->script_wrap('$.fn.cuteTime.settings.time_ranges[0].cuteness = \'in the future\';'); $this->headCode['qTip'] = ''; $this->headCode['qTip2'] = ''; $this->headCode['schedInput'] = '';