
    $(function(){
    if (window.location.pathname.includes('/teach/control/lesson/view') || window.location.pathname.includes('/pl/teach/control/lesson/webview') || window.location.pathname.includes('/c/s/lesson/')) {
    	$('body').append(`<link href="/pl/layout/38250/12/lessonPage.css" rel="stylesheet">`)
    }
})