Changeset 2972686
- Timestamp:
- 09/28/2023 02:30:11 PM (3 years ago)
- Location:
- create-eye-catch-for-classic
- Files:
-
- 2 edited
- 1 copied
-
tags/0.0.7 (copied) (copied from create-eye-catch-for-classic/trunk)
-
tags/0.0.7/create-eye-catch.php (modified) (2 diffs)
-
trunk/create-eye-catch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
create-eye-catch-for-classic/tags/0.0.7/create-eye-catch.php
r2972300 r2972686 5 5 Author: nove-b 6 6 Author URI: https://github.com/nove-b 7 Version: 1. 27 Version: 1.3 8 8 */ 9 9 … … 323 323 324 324 const lastLine = rowArray[cecfc_totalLine - 1] 325 if(lastLine) { 325 const lastLinveOver = rowArray[cecfc_totalLine] 326 if(lastLine && lastLinveOver) { 326 327 rowArray[cecfc_totalLine - 1] = replaceLastChar(lastLine, '...'); 327 328 } -
create-eye-catch-for-classic/trunk/create-eye-catch.php
r2972300 r2972686 5 5 Author: nove-b 6 6 Author URI: https://github.com/nove-b 7 Version: 1. 27 Version: 1.3 8 8 */ 9 9 … … 323 323 324 324 const lastLine = rowArray[cecfc_totalLine - 1] 325 if(lastLine) { 325 const lastLinveOver = rowArray[cecfc_totalLine] 326 if(lastLine && lastLinveOver) { 326 327 rowArray[cecfc_totalLine - 1] = replaceLastChar(lastLine, '...'); 327 328 }
Note: See TracChangeset
for help on using the changeset viewer.