Update Create.js

This commit is contained in:
Robert Best 2016-09-28 15:32:49 -04:00 committed by GitHub
parent a37f60060c
commit e8746ee7d9

View file

@ -209,6 +209,7 @@ const Create = {
bringToFront: true
})
$('.new_topic').hide()
$('#new_topic').attr('oncontextmenu','return false') //prevents the mouse up event from opening the default context menu on this element
},
name: null,
newId: 1,