mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
debugging
This commit is contained in:
parent
3650bed48b
commit
e324456248
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
||||||
integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E="
|
integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E="
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<script>
|
<script>
|
||||||
$('#enddate').datepicker();
|
$(document).ready(function () {
|
||||||
|
alert('not xss');
|
||||||
|
$('#enddate').datepicker();
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@using (Html.BeginForm())
|
@using (Html.BeginForm())
|
||||||
|
|
Loading…
Reference in a new issue