0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted feature that dynamically added stylesheet More... over 14 years ago
Updated version number to reflect new feature More... over 14 years ago
Added logic to dynamically add the stylesheet link More... over 14 years ago
Refactored getting the base path for images into its own function More... over 14 years ago
Removed unused `browser` variable More... over 14 years ago
Refactored and updated to idiomatic jQuery More... over 14 years ago
Fixed accidental renames More... over 14 years ago
Removed `alert` with image path More... over 14 years ago
Fixed broken reference More... over 14 years ago
Removed commented-out code More... over 14 years ago
Wrapped script in immediate execution function More... over 14 years ago
Changed `setTimeout` calls to take a funtion instead of a string More... over 14 years ago
Updated comment to indicate which portion of the script is credited to PPK More... over 14 years ago
Moved immediate function invocation call into parens More... over 14 years ago
Changed `==` comparison to `===` to prevent unintended coercion. More... over 14 years ago
Considated `var` statements and made sure all variables are defined More... over 14 years ago
Moved Cookie object to the top of the file More... over 14 years ago
Changed to non-coercing equality check against `' '` and `0` More... over 14 years ago
Added braces to single-line block statements More... over 14 years ago
Added semicolons where they were missing More... over 14 years ago
Updated version to 1.0.3 to match main pushup project More... over 14 years ago
Used strict equality operator when checking against `undefined` More... over 14 years ago
Updated indentation to match JSLint's "strict white space" rule More... over 14 years ago
Added spaces to conform to JSLint "strict white space" rule More... over 14 years ago
Updated required version of Firefox to 3 and of Opera to 9.5 More... over 14 years ago
Fixed typos in README files More... over 14 years ago
Fixing bugs with the jquery version, it now links and renders the proper image in the right browsers. More... over 15 years ago
Added better regex for absolute URL detecting + changed version to match the original pushup More... almost 16 years ago
Shortened code + added to Readme More... almost 16 years ago
Removed all HTML strings - now uses document.createElement + jQuery chaining More... almost 16 years ago