##// END OF EJS Templates
Fixed creating new thread with PoW
neko259 -
r1430:62af203d default
parent child Browse files
Show More
@@ -171,8 +171,8 b''
171 </div>
171 </div>
172
172
173 <script src="{% static 'js/form.js' %}"></script>
173 <script src="{% static 'js/form.js' %}"></script>
174 <script src="{% static 'js/3party/sha256.js' %}"></script>
174 <script id="sha256Script" src="{% static 'js/3party/sha256.js' %}"></script>
175 <script src="{% static 'js/proof_of_work.js' %}"></script>
175 <script id="powScript" src="{% static 'js/proof_of_work.js' %}"></script>
176 <script src="{% static 'js/thread_create.js' %}"></script>
176 <script src="{% static 'js/thread_create.js' %}"></script>
177
177
178 {% endblock %}
178 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now