Update Create.js
This commit is contained in:
parent
a37f60060c
commit
e8746ee7d9
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ const Create = {
|
||||||
bringToFront: true
|
bringToFront: true
|
||||||
})
|
})
|
||||||
$('.new_topic').hide()
|
$('.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,
|
name: null,
|
||||||
newId: 1,
|
newId: 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue