forked from MarseyWorld/MarseyWorld
fds
parent
11c7a8863f
commit
c3c4338ed6
|
@ -440,21 +440,21 @@
|
|||
}
|
||||
};
|
||||
|
||||
var clipboard = new ClipboardJS('.copy-link');
|
||||
clipboard.on('success', function(e) {
|
||||
// var clipboard = new ClipboardJS('.copy-link');
|
||||
// clipboard.on('success', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-success').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
clipboard.on('error', function(e) {
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-success').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
// clipboard.on('error', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-error').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-error').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
</script>
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/general39.js"></script>
|
||||
|
||||
|
|
|
@ -17,21 +17,21 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.8/dist/clipboard.min.js"></script>
|
||||
|
||||
<script>
|
||||
var clipboard = new ClipboardJS('.copy-link');
|
||||
clipboard.on('success', function(e) {
|
||||
// var clipboard = new ClipboardJS('.copy-link');
|
||||
// clipboard.on('success', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-success').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
clipboard.on('error', function(e) {
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-success').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
// clipboard.on('error', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-error').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-error').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
</script>
|
||||
|
||||
<div class="row justify-content-around">
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/general39.js"></script>
|
||||
|
||||
|
|
|
@ -10,28 +10,28 @@
|
|||
</style>
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.8/dist/clipboard.min.js"></script>
|
||||
<script src="/assets/js/general39.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
var clipboard = new ClipboardJS('.copy-link');
|
||||
clipboard.on('success', function(e) {
|
||||
// var clipboard = new ClipboardJS('.copy-link');
|
||||
// clipboard.on('success', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-success').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
clipboard.on('error', function(e) {
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-success').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
// clipboard.on('error', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-error').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-error').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
|
||||
|
||||
//email change
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
{% endblock %}
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/general39.js"></script>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/general39.js"></script>
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/general39.js"></script>
|
||||
|
||||
|
|
|
@ -2,21 +2,21 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.8/dist/clipboard.min.js"></script>
|
||||
|
||||
<script>
|
||||
var clipboard = new ClipboardJS('.copy-link');
|
||||
clipboard.on('success', function(e) {
|
||||
// var clipboard = new ClipboardJS('.copy-link');
|
||||
// clipboard.on('success', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-success').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
clipboard.on('error', function(e) {
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-success').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
// clipboard.on('error', function(e) {
|
||||
|
||||
jQuery(function($) {
|
||||
document.getElementById('toast-error').toast('show');
|
||||
})
|
||||
console.log(e);
|
||||
});
|
||||
// jQuery(function($) {
|
||||
// document.getElementById('toast-error').toast('show');
|
||||
// })
|
||||
// console.log(e);
|
||||
// });
|
||||
</script>
|
||||
|
||||
{% for p in listing %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
|
|
Loading…
Reference in New Issue