We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34db8c commit b8a620cCopy full SHA for b8a620c
1 file changed
bazaar/templates/front/index.html
@@ -43,7 +43,7 @@ <h3 class=" text-white">Mobile threat intelligence for the masses</h3>
43
<form class="form-horizontal text-center" method="post" action="{% url "front:basic_upload" %}"
44
enctype="multipart/form-data">{% csrf_token %}
45
<div class="custom-file ">
46
- <input type="file" class="custom-file-input" id="file_upload_selector" oncchange="javascript:hashfile();" name="apk">
+ <input type="file" class="custom-file-input" id="file_upload_selector" name="apk">
47
<label class="custom-file-label" for="file_upload_selector">APK to be analyzed ({{ max_size|filesizeformat }}
48
max.)</label>
49
</div>
0 commit comments