|
@ -656,11 +656,11 @@ $(document).ready(function() {
|
656
|
656
|
|
657
|
657
|
$("#oService").on("click","li",function(){
|
658
|
658
|
var id = $(this).attr("data-id");
|
659
|
|
location.href = "sevriceShow.html?sevriceId=" + id;
|
|
659
|
location.href = "/sevriceShow.html?sevriceId=" + id;
|
660
|
660
|
})
|
661
|
661
|
$("#oProducts").on("click","li",function(){
|
662
|
662
|
var id = $(this).attr("data-id");
|
663
|
|
location.href = "productShow.html?productId=" + id;
|
|
663
|
location.href = "/productShow.html?productId=" + id;
|
664
|
664
|
})
|
665
|
665
|
|
666
|
666
|
function keysli() {
|