Skip to content

Commit b2a005c

Browse files
naveensnowrohi-v
authored andcommitted
Update and rename resolve_incident_client.js to ui_page_client.js
1 parent b327d43 commit b2a005c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
function ResolveIncident(sysId) {
1+
// Below code will be used in client script of UI page as mentioned in README.md file
2+
3+
function ResolveIncident(sysId) {
24
var rejectionReason = document.getElementById('resolution_reason').value;
35
var resolutionCode = document.getElementById('resolution_code').value;
46
var ga = new GlideAjax('ResolutionProcessor');

0 commit comments

Comments
 (0)