Changeset 3314599
- Timestamp:
- 06/19/2025 12:38:11 PM (9 months ago)
- Location:
- scrrraps
- Files:
-
- 5 edited
-
assets/thumbnail.png (modified) (previous)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/scripts.js (modified) (1 diff)
-
trunk/scrrraps.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scrrraps/trunk/changelog.txt
r3312577 r3314599 1 No changes yet. This file will be updated as development progresses. 1 0.1.3 2 I corrected my own website address in the Readme! -
scrrraps/trunk/readme.txt
r3312577 r3314599 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 0.1. 27 Stable tag: 0.1.3 8 8 Requires PHP: 7.0 9 9 License: GPLv2 … … 24 24 Set dark mode if your background colour is dark and your text is light. Inactive "scraps" will be darker rather than lighter, and the vignette, if selected, will be darker. 25 25 26 **Visit [ wpscraps.com](https://wpscraps.com/) for demos and more info.**26 **Visit [scrrraps.com](https://scrrraps.com/) for demos and more info.** 27 27 28 28 == Feedback == … … 38 38 Thanks, 39 39 Dave 40 [web dev.davidwalterhall.com](https://webdev.davidwalterhall.com)40 [web.davidwalterhall.com](https://web.davidwalterhall.com) -
scrrraps/trunk/scripts.js
r3312577 r3314599 6 6 var footerheight = 60; // this is the extra added on while calculating how far to scroll 7 7 var duration = 1200; // needs to sysnc with what's in CSS 8 var cutoff = 600; // where does mobile cut off8 var cutoff = 1000; // where does mobile cut off 9 9 var windowhash = window.location.hash; 10 10 -
scrrraps/trunk/scrrraps.php
r3312577 r3314599 7 7 * Author URI: https://web.davidwalterhall.com 8 8 * Text Domain: scrrraps 9 * Version: 0.1. 29 * Version: 0.1.3 10 10 * License: GPLv2 11 11 * Copyright: Dave Hall
Note: See TracChangeset
for help on using the changeset viewer.