WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 444bbb2

Browse files
committed
moving the last bit of files that should have been in level 3
1 parent 86a8872 commit 444bbb2

File tree

50 files changed

+43
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+43
-16
lines changed

.claude/settings.local.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

Client-Side Components/Catalog Client Script/Hide Attachment icon.js renamed to Client-Side Components/Catalog Client Script/Hide attachment icon/Hide Attachment icon.js

File renamed without changes.
Lines changed: 17 additions & 0 deletions

Client-Side Components/UX Client Script Include/README.md renamed to Client-Side Components/UX Client Script Include/Access global object from page scripts/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function include({imports}) {
2+
var FunctionConstructor = function() {}.constructor;
3+
var global = FunctionConstructor("return this")();
4+
return global;
5+
}

Core ServiceNow APIs/GlideDate/Extract and Convert Date in a Text or String to GlideDate Format.js renamed to Core ServiceNow APIs/GlideDate/Convert text date to GlideDate Format/Extract and Convert Date in a Text or String to GlideDate Format.js

File renamed without changes.

Core ServiceNow APIs/GlideDate/README.md renamed to Core ServiceNow APIs/GlideDate/Convert text date to GlideDate Format/README.md

Core ServiceNow APIs/GlideHTTPRequest/README.md renamed to Core ServiceNow APIs/GlideHTTPRequest/Retrieve table records via GlideHTTPRequest/README.md

Core ServiceNow APIs/GlideHTTPRequest/glidehttprequest.js renamed to Core ServiceNow APIs/GlideHTTPRequest/Retrieve table records via GlideHTTPRequest/glidehttprequest.js

File renamed without changes.

Integration/GraphQL Integration API/CI Resolver.js renamed to Integration/GraphQL Integration API/Incident GraphQL resolvers/CI Resolver.js

File renamed without changes.

0 commit comments

Comments
 (0)