From 827371b06a85c98df9c0b57b375452bb1e0c88e7 Mon Sep 17 00:00:00 2001 From: "ahmad.shahid" Date: Mon, 17 Jul 2023 14:43:51 -0400 Subject: [PATCH] Fixing sample text --- public/gcintranet/samples/exitscript-en.html | 2 +- public/gcweb/samples/exitscript-en.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/gcintranet/samples/exitscript-en.html b/public/gcintranet/samples/exitscript-en.html index 383d4b69..7c16fc53 100644 --- a/public/gcintranet/samples/exitscript-en.html +++ b/public/gcintranet/samples/exitscript-en.html @@ -76,7 +76,7 @@

Implementation

  • displayModalForNewWindow: If set to true, will not display modal for links that open in new window
  • -

    The attribute cdts-exitscript-disabled can be added to individual links to exempt it from exit script.

    +

    The attribute cdts-exitscript-disabled can be added to individual links to exempt them from exit script.

     document.write(wet.builder.refFooter({
     ...
    diff --git a/public/gcweb/samples/exitscript-en.html b/public/gcweb/samples/exitscript-en.html
    index c0e9bf5d..55d4b330 100644
    --- a/public/gcweb/samples/exitscript-en.html
    +++ b/public/gcweb/samples/exitscript-en.html
    @@ -78,7 +78,7 @@ 

    Implementation

  • displayModalForNewWindow: If set to true, will not display modal for links that open in new window
  • -

    The attribute cdts-exitscript-disabled can be added to individual links to exempt it from exit script.

    +

    The attribute cdts-exitscript-disabled can be added to individual links to exempt them from exit script.

     document.write(wet.builder.refFooter({
     ...