Created
September 18, 2018 17:49
IScripts for 'Add to' granularity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Dummy Weblib/IScripts mainly to control "Add To" security for Homepage, NavBar and Favorites in a granular fashion. */ | |
Function IScript_AddToHomepage() | |
End-Function; | |
Function IScript_AddToNavBar() | |
End-Function; | |
Function IScript_AddToFavorites() | |
End-Function; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment