24:00 cannot be input at the maintenance period

XMLWordPrintable

    • Type: Incident report
    • Resolution: Won't fix
    • Priority: Trivial
    • None
    • Affects Version/s: 1.8.6, 1.9.5 (alpha)
    • Component/s: None
    • None

      In [Configuration] -> [Maintenance] screen, I can't input 24:00 when I use calendar.

      In 417th line of frontend/php/js/class.calendar.js

      ----------
      sethour: function(){
      var hour = parseInt(this.clndr_hour.value,10);
      if((hour>-1) && (hour < 24))

      { this.hour = hour; this.syncSDT(); }

      else

      { this.clndr_hour.value = this.hour; }

      },
      ----------

            Assignee:
            Unassigned
            Reporter:
            Eduards Samersovs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: