Skip to content

Commit 5b725ca

Browse files
committed
changed window location in views and urls.js
1 parent 3e33d6d commit 5b725ca

Some content is hidden

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

44 files changed

+47
-47
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!--Global site tag (gtag.js) - Google Analytics-->
1717
<script type="text/javascript">
1818
if(typeof nmsReportsApp === 'undefined' && !window.location.href.includes("ashacertificate")){
19-
window.location.assign('http://192.168.200.113:8080/#!/login');
19+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
2020
}
2121
</script>
2222

app/scripts/global/urls.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// backend_root = 'http://192.168.200.66:8080/NMSReportingSuite/'
22
//backend_root = 'https://rchivrreports.in/NMSReportingSuite/'
33
//backend_root = 'http://localhost:8080/NMSReportingSuite/'
4-
backend_root = 'http://192.168.200.113:8080/NMSReportingSuite/'
4+
//backend_root = 'http://192.168.200.113:8080/NMSReportingSuite/'
55
//backend_root = 'http://192.168.200.112:8080/NMSReportingSuite/'
66
// backend_root = 'https://rchivrreports.in/NMSReportingSuite/'
7-
//backend_root = 'https://kma.mohfw.gov.in/NMSReportingSuite/'
7+
backend_root = 'https://kma.mohfw.gov.in/NMSReportingSuite/'
88
//backend_root = 'http://192.168.200.65:8080/NMSReportingSuite/'
99
last_updated = '14-02-2019 18:15:52'
1010
//base_url = 'http://192.168.200.65:8080';
1111
//base_url = 'https://rchivrreports.in';
1212
//base_url = 'http://localhost:8080';
13-
//base_url = 'https://kma.mohfw.gov.in';
14-
base_url = 'http://192.168.200.113:8080';
13+
base_url = 'https://kma.mohfw.gov.in';
14+
//base_url = 'http://192.168.200.113:8080';
1515
// base_url = 'https://rchivrreports.in';
1616
// base_url = 'http://192.168.200.65:8080';

app/views/aboutKilkari.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div data-ng-controller="aboutKilkariHtPageController" ng-bind-html="aboutKilkariPageContent" compile-template>

app/views/aboutMA.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div data-ng-controller="aboutMAHtPageController" ng-bind-html="aboutMAPageContent" compile-template>

app/views/aboutUs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div class="container-fluid infoPages5" data-ng-controller="AboutUsController">

app/views/bulkUser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div data-ng-controller="bulkUserHtPageController" ng-bind-html="bulkUserPageContent" compile-template>

app/views/certificate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66

app/views/changePassword.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div data-ng-controller="changePasswordHtPageController" ng-bind-html="changePasswordPageContent" compile-template>

app/views/contactUs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if (typeof nmsReportsApp === 'undefined') {
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div data-ng-controller="contactUsHtPageController" ng-bind-html="ContactUsPageContent" compile-template>

app/views/contactUsResponse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if(typeof nmsReportsApp === 'undefined'){
3-
window.location.assign('http://192.168.200.113:8080/#!/login');
3+
window.location.assign('https://kma.mohfw.gov.in/#!/login');
44
}
55
</script>
66
<div data-ng-controller="contactUsResponseHtPageController" ng-bind-html="contactUsResponsepageContent" compile-template>

0 commit comments

Comments
 (0)