View Single Post
  #50  
Old 10.02.2020, 22:14
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Oops, two times the invalid command, do not have any idea how these commands get there.
Very strange, the script (obviously) worked with an invalid command.
Sorry, my bad.

skipLink(); is a valid command. It is a custom command which I had created in the script to skip the link and show the message, which I totally forgot.

You can use skipLink(); (to skip and show the message) or link.setSkpped(true); (to only skip the link).

You can disable the link in both file check and link check scripts if you wish. I used skip insted of disable, because it is easier to unskp the link. Only one click in status bar or toolbar.

Modification appears to be OK.
Reply With Quote