17 lines
475 B
JavaScript
17 lines
475 B
JavaScript
$(".videoInspection").on('click',function(){
|
|
window.open("../video/index.html");
|
|
})
|
|
$(".starrating").on('click',function(){
|
|
window.open("../starrating/index.html");
|
|
})
|
|
$(".threeColorAlarm").on('click',function(){
|
|
window.open("../threeColorAlarm/index.html");
|
|
})
|
|
$(".workInClock").on('click',function(){
|
|
window.open("../workInClock/index.html");
|
|
})
|
|
$(".dailyAttendance").on('click',function(){
|
|
window.open("../information/dailyInspection/index.html");
|
|
})
|
|
|