v0.9.15h - NameCheck - Fixed Updates

This commit is contained in:
Anders
2020-08-17 10:21:02 +02:00
parent 5f516992d7
commit e6f03ad72b
17 changed files with 320 additions and 38 deletions
@@ -67,7 +67,6 @@
);
});
//Dont delete me, if the user reloads the pages with text in the text-box this code runs.
$(document).ready(function () {
$value = $('#title').val();
@@ -119,7 +118,5 @@
}
});
})
</script>
@endsection