A jQuery slideshow that simply fades between a list of images.
Features:
- Options: slide duration, fade time
- Allows for multiple slideshows at once
- No bells
- No whistles
name = Hide user history | |
description = "Hide the history tab on user pages." | |
package = User interface | |
version = "6.x-1.0" | |
core = "6.x" | |
project = "hide_user_history" |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
require 'rubygems' | |
require 'mechanize' | |
FIRST_NAME = 'FIRST_NAME' | |
LAST_NAME = 'LAST_NAME' | |
PHONE = 'PHONE' | |
EMAIL = '[email protected]' | |
PARTY_SIZE = 2 | |
SCHEDULE_RANGE = { :start_time => '19:00', :end_time => '20:30' } |