topic view bug fix

This commit is contained in:
Devin Howard 2016-09-26 14:04:31 +08:00
parent e646585a7a
commit bc8ce0fee4

View file

@ -151,7 +151,7 @@ const JIT = {
// set up addTopic instructions in case they delete all the topics // set up addTopic instructions in case they delete all the topics
// i.e. if there are 0 topics at any time, it should have instructions again // i.e. if there are 0 topics at any time, it should have instructions again
$('#instructions div').hide() $('#instructions div').hide()
if (Metamaps.Active.Map.authorizeToEdit(Active.Mapper)) { if (Active.Map && Active.Map.authorizeToEdit(Active.Mapper)) {
$('#instructions div.addTopic').show() $('#instructions div.addTopic').show()
} }