Subversion Repositories SmartDukaan

Rev

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

Rev 28830 Rev 29050
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
	$(document).on('click', ".create-service", function() {
2
	$(document).on('click', ".create-service", function() {
3
		loadService("main-content");
3
		loadService("main-content");
4
	});
4
	});
-
 
5
	
5
	$(document).on('click', ".add-brand", function() {
6
	$(document).on('click', ".add-brand", function() {
6
		loadaddBrandToService("main-content");
7
		loadaddBrandToService("main-content");
7
	});
8
	});
8
 
9
 
9
	$(document).on('click', ".notApplicableService",
10
	$(document).on('click', ".notApplicableService",