| Line 892... |
Line 892... |
| 892 |
#end
|
892 |
#end
|
| 893 |
#end
|
893 |
#end
|
| 894 |
<div class="offer-margin-container">
|
894 |
<div class="offer-margin-container">
|
| 895 |
<div class="modal text-center" id="offerDescription">
|
895 |
<div class="modal text-center" id="offerDescription">
|
| 896 |
<div class="modal-dialog">
|
896 |
<div class="modal-dialog">
|
| 897 |
<div class="modal-content" >
|
897 |
<div class="modal-content">
|
| 898 |
|
898 |
|
| 899 |
</div>
|
899 |
</div>
|
| 900 |
</div>
|
900 |
</div>
|
| 901 |
</div>
|
901 |
</div>
|
| 902 |
</div>
|
902 |
</div>
|
| 903 |
<div class="row col-lg-12 info-box white-bg">
|
903 |
<div class="row col-lg-12 info-box white-bg">
|
| 904 |
#parse("performance.vm")
|
904 |
#parse("performance.vm")
|
| 905 |
</div>
|
905 |
</div>
|
| 906 |
<div class="row col-lg-12 info-box white-bg">
|
906 |
<div class="row col-lg-12 info-box white-bg">
|
| - |
|
907 |
#parse("performance-weekly.vm")
|
| - |
|
908 |
</div>
|
| - |
|
909 |
<div class="row col-lg-12 info-box white-bg">
|
| 907 |
<div class="col-lg-4">
|
910 |
<div class="col-lg-4">
|
| 908 |
<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
|
911 |
<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
|
| 909 |
</h3>
|
912 |
</h3>
|
| 910 |
</div>
|
913 |
</div>
|
| 911 |
<div class="col-lg-4">
|
914 |
<div class="col-lg-4">
|
| 912 |
<div class="btn-group message-filter">
|
915 |
<div class="btn-group message-filter">
|
| 913 |
<button data-messagetype="notification" type="button" class="btn btn-default" aria-label="Notifications" title="Notifications">
|
916 |
<button data-messagetype="notification" type="button" class="btn btn-default"
|
| - |
|
917 |
aria-label="Notifications" title="Notifications">
|
| 914 |
<span class="glyphicon glyphicon-bell" aria-hidden="true"></span></button>
|
918 |
<span class="glyphicon glyphicon-bell" aria-hidden="true"></span></button>
|
| 915 |
<button data-messagetype="announcement" type="button" class="btn btn-default" aria-label="Announcements" title="Announcements">
|
919 |
<button data-messagetype="announcement" type="button" class="btn btn-default"
|
| - |
|
920 |
aria-label="Announcements" title="Announcements">
|
| 916 |
<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span></button>
|
921 |
<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span></button>
|
| 917 |
<button data-messagetype="scheme" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
|
922 |
<button data-messagetype="scheme" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
|
| 918 |
<span class="glyphicon glyphicon-tags" aria-hidden="true"></span>
|
923 |
<span class="glyphicon glyphicon-tags" aria-hidden="true"></span>
|
| 919 |
</button>
|
924 |
</button>
|
| 920 |
|
925 |
|
| 921 |
<button data-messagetype="marketing" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
|
926 |
<button data-messagetype="marketing" type="button" class="btn btn-default" aria-label="SmartDukaan Schemes" title="SmartDukaan Schemes">
|
| Line 1119... |
Line 1124... |
| 1119 |
if (navigator.geolocation) {
|
1124 |
if (navigator.geolocation) {
|
| 1120 |
navigator.geolocation.getCurrentPosition(showPosition);
|
1125 |
navigator.geolocation.getCurrentPosition(showPosition);
|
| 1121 |
} else {
|
1126 |
} else {
|
| 1122 |
console.log("Geolocation is not supported by browser.");
|
1127 |
console.log("Geolocation is not supported by browser.");
|
| 1123 |
}
|
1128 |
}
|
| 1124 |
dateRangeCallback(moment(),moment());
|
- |
|
| 1125 |
loaderDialogObj = bootbox.dialog({
|
1129 |
loaderDialogObj = bootbox.dialog({
|
| 1126 |
message: '<div class="container text-center"><i class="fa fa-spin fa-spinner"></i>Loading...</div>',
|
1130 |
message: '<div class="container text-center"><i class="fa fa-spin fa-spinner"></i>Loading...</div>',
|
| 1127 |
show: false
|
1131 |
show: false
|
| 1128 |
});
|
1132 |
});
|
| 1129 |
|
1133 |
|