Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Added rotating tips. 5 tips that cycle every 60 seconds with fadeout/fadein #390

Merged
merged 7 commits into from Feb 27, 2012
Merged

- Added rotating tips. 5 tips that cycle every 60 seconds with fadeout/fadein #390

merged 7 commits into from Feb 27, 2012

Commits on Feb 23, 2012

  1. Configuration menu
    Copy the full SHA
    e68f5ce View commit details
    Browse the repository at this point in the history
  2. - Style cleanup.

    PureKrome committed Feb 23, 2012
    Configuration menu
    Copy the full SHA
    4d901fb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2012

  1. - Renamed the tips array variable.

    - Refactored the setTimeout time to a constant.
    PureKrome committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    ba8dbd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bb4a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2012

  1. - Renamed the setTimeout function.

    - Renamed the messages array.
    PureKrome committed Feb 25, 2012
    Configuration menu
    Copy the full SHA
    a91e597 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2012

  1. - Moved the message cycling javascript out of the index.htm and into …

    …Chat.ui.js
    
    - CycleMessages are now started when the document has finished loading.
    PureKrome committed Feb 26, 2012
    Configuration menu
    Copy the full SHA
    f378d3b View commit details
    Browse the repository at this point in the history
  2. - Remove the $(document).ready and moved the start of the initialisin…

    …g to
    
      ui.initialize function. (Cheers DFowler)
    - BugFix: a function calla was getting invoked immediately. Refactored to be
      a function reference instead. (Cheers redsquare)
    PureKrome committed Feb 26, 2012
    Configuration menu
    Copy the full SHA
    9a5fd51 View commit details
    Browse the repository at this point in the history