diff options
author | Simon Rettberg | 2016-09-09 19:23:33 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-09-09 19:23:33 +0200 |
commit | ff8b25a697501e80a5d6720b3d6b117580ad07e3 (patch) | |
tree | c78f54b7e08ba62c1a490bb9a8ddd7db8cd01380 | |
parent | [roomplanner] Implement marking tutor on plan (diff) | |
download | slx-admin-ff8b25a697501e80a5d6720b3d6b117580ad07e3.tar.gz slx-admin-ff8b25a697501e80a5d6720b3d6b117580ad07e3.tar.xz slx-admin-ff8b25a697501e80a5d6720b3d6b117580ad07e3.zip |
[roomplanner] Forgot to init tutor button when adding new pc
-rw-r--r-- | modules-available/roomplanner/js/grid.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/roomplanner/js/grid.js b/modules-available/roomplanner/js/grid.js index 4957517c..ffa6de03 100644 --- a/modules-available/roomplanner/js/grid.js +++ b/modules-available/roomplanner/js/grid.js @@ -565,7 +565,7 @@ $(document).ready(function(){ } roomplanner.initDelete(el); roomplanner.initRotation(el); - + roomplanner.initTutor(el); } } |