Skip to content

Commit 39108a2

Browse files
committedApr 1, 2013
Update Issue 200
Removing Error Message when values are fixed
1 parent 865d841 commit 39108a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎management/sip-servlets-management/src/main/webapp/modules/application-routing.html

+2
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ <h3 id="sourceModalLabel">Default Application Router Source</h3>
377377
$("#login-ar-error").show();
378378
logToConsole("ERROR", "Please verify that \"Subscriber Identity\" and \"Order\" fields are correctly filled out for each application !");
379379
return false;
380+
} else {
381+
$("#login-ar-error").hide();
380382
}
381383
mbeanSearch="*:type=SipApplicationDispatcher";
382384
var mbean;

‎management/sip-servlets-management/src/main/webapp/modules/server-settings.html

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ <h3 style="margin: 0px;"><i class="icon-dashboard"></i> SIP Servlets Server Sett
153153
$("#login-settings-error").show();
154154
logToConsole("ERROR", "Some Fields are not correctly filled out, please double check the settings !");
155155
return false;
156+
} else {
157+
$("#login-settings-error").hide();
156158
}
157159

158160
mbeanSearch="*:type=SipApplicationDispatcher";

0 commit comments

Comments
 (0)