Subversion Repositories SmartDukaan

Rev

Rev 26063 | Rev 26116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26063 Rev 26088
Line 305... Line 305...
305
				$(ele).html(numberToComma($(ele).html()));
305
				$(ele).html(numberToComma($(ele).html()));
306
			}
306
			}
307
		});
307
		});
308
      });
308
      });
309
      
309
      
-
 
310
      retailers = $retailers;
-
 
311
      
310
      $(function() {
312
      $(function() {
311
    	 	var profile = localStorage.getItem('profile');
313
    	 	var profile = localStorage.getItem('profile');
312
    	 	if (profile){
314
    	 	if (profile){
313
    			$("#photo").attr("src",JSON.parse(profile).image_url);
315
    			$("#photo").attr("src",JSON.parse(profile).image_url);
314
    			$("#fofo_name").text(JSON.parse(profile).name);
316
    			$("#fofo_name").text(JSON.parse(profile).name);
Line 357... Line 359...
357
			$(this).addClass('btn-pressed').removeClass('btn-default');
359
			$(this).addClass('btn-pressed').removeClass('btn-default');
358
		}
360
		}
359
		notifyTypeChange(messageType);
361
		notifyTypeChange(messageType);
360
	});
362
	});
361
</script>
363
</script>
362
	<div id="report-modal" class="modal fade" role="dialog">
364
	<div id="report-modal" class="modal fade" role="dialog" data-backdrop="static" data-keyboard="false">
363
		<div class="modal-dialog">
365
		<div class="modal-dialog">
364
		
366
		
365
		    <!-- Modal content-->
367
		    <!-- Modal content-->
366
		    <div class="modal-content">
368
		    <div class="modal-content">
367
		      <div class="modal-header">
369
		      <div class="modal-header">