Skip to content

Commit b434c59

Browse files
unknownunknown
authored andcommitted
#5-08-2024
1 parent 5fff731 commit b434c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appsTeacher/lectures/site_files/js/lectureView.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ app.controller("lectureView", function ($scope, $http, $timeout) {
179179
window.open(`/view-video?code=${link.code}&id=${$scope.item._id}`);
180180
}
181181
});
182+
} else {
183+
site.showModal("#socialBrowserModal");
184+
return;
182185
}
183186
};
184187

0 commit comments

Comments
 (0)