Plugin Directory

Changeset 2972686


Ignore:
Timestamp:
09/28/2023 02:30:11 PM (3 years ago)
Author:
nove2b
Message:

Update to version 0.0.7 from GitHub

Location:
create-eye-catch-for-classic
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • create-eye-catch-for-classic/tags/0.0.7/create-eye-catch.php

    r2972300 r2972686  
    55Author: nove-b
    66Author URI: https://github.com/nove-b
    7 Version: 1.2
     7Version: 1.3
    88*/
    99
     
    323323
    324324      const lastLine = rowArray[cecfc_totalLine - 1]
    325       if(lastLine) {
     325      const lastLinveOver = rowArray[cecfc_totalLine]
     326      if(lastLine && lastLinveOver) {
    326327        rowArray[cecfc_totalLine - 1] = replaceLastChar(lastLine, '...');
    327328      }
  • create-eye-catch-for-classic/trunk/create-eye-catch.php

    r2972300 r2972686  
    55Author: nove-b
    66Author URI: https://github.com/nove-b
    7 Version: 1.2
     7Version: 1.3
    88*/
    99
     
    323323
    324324      const lastLine = rowArray[cecfc_totalLine - 1]
    325       if(lastLine) {
     325      const lastLinveOver = rowArray[cecfc_totalLine]
     326      if(lastLine && lastLinveOver) {
    326327        rowArray[cecfc_totalLine - 1] = replaceLastChar(lastLine, '...');
    327328      }
Note: See TracChangeset for help on using the changeset viewer.