-
Notifications
You must be signed in to change notification settings - Fork 0
/
foter.php
44 lines (38 loc) · 998 Bytes
/
foter.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
</div>
</main>
<script src="/Translation_Dashboard/js/c.js"></script>
<script>
function pupwindow(url) {
window.open(url, 'popupWindow', 'width=850,height=550,left=50,top=50,scrollbars=yes');
};
function pupwindow1(url) {
window.open(url, 'popupWindow', 'width=500,height=400, left=100, top=100, location=no');
};
$('.sortable').DataTable({
paging: false,
info: false,
searching: false
});
$('.sortable2').DataTable({
lengthMenu: [
[25, 50, 100, 200],
[25, 50, 100, 200]
],
});
$(document).ready(function() {
// $('[data-toggle="tooltip"]').tooltip();
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
// $('.card').CardWidget('toggle')
setTimeout(function() {
$('.soro').DataTable({
lengthMenu: [
[25, 50, 100, 200],
[25, 50, 100, 200]
],
});
}, 3000);
});
</script>
</body>
</html>