aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorCamil Staps2016-08-29 09:39:04 +0200
committerCamil Staps2016-08-29 09:39:04 +0200
commit32fa7694db0565b6edf0faa854bbf93b12453df0 (patch)
tree449b36d27679dfa6eb3a2e139db97f38c9a857f4 /resources
parentindentation (diff)
Fix critical error from 5cd0398
Diffstat (limited to 'resources')
-rw-r--r--resources/views/trainer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/trainer.php b/resources/views/trainer.php
index 70165b6..270688f 100644
--- a/resources/views/trainer.php
+++ b/resources/views/trainer.php
@@ -97,9 +97,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<script src="vendor/components/jquery/jquery.min.js"></script>
<script src="vendor/twbs/bootstrap/dist/js/bootstrap.min.js"></script>
- <script src="public/js/hebrewparsetrainer.js"></script>
<script type="text/javascript">
- reloadVerb();
+ var reload_on_load = true;
</script>
+ <script src="public/js/hebrewparsetrainer.js"></script>
</body>
</html>