made permission editing card less stupid
This commit is contained in:
parent
eaa9ba4d88
commit
16d46ffd28
2 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,6 @@ function add_perms_form(edge) {
|
|||
}, 300);
|
||||
});
|
||||
$('#edit_synapse .permActivator').bind('mouseout', function () {
|
||||
return; //devin
|
||||
clearTimeout(MetamapsModel.edgePermTimer1);
|
||||
that = this;
|
||||
MetamapsModel.edgePermTimer2 = setTimeout(function() {
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
#edit_synapse .permActivator {
|
||||
position: absolute;
|
||||
margin-top: -0.5em;
|
||||
margin-top: -1.3em;
|
||||
}
|
||||
|
||||
#edit_synapse {
|
||||
|
|
Loading…
Reference in a new issue