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);
|
}, 300);
|
||||||
});
|
});
|
||||||
$('#edit_synapse .permActivator').bind('mouseout', function () {
|
$('#edit_synapse .permActivator').bind('mouseout', function () {
|
||||||
return; //devin
|
|
||||||
clearTimeout(MetamapsModel.edgePermTimer1);
|
clearTimeout(MetamapsModel.edgePermTimer1);
|
||||||
that = this;
|
that = this;
|
||||||
MetamapsModel.edgePermTimer2 = setTimeout(function() {
|
MetamapsModel.edgePermTimer2 = setTimeout(function() {
|
||||||
|
|
|
@ -218,7 +218,7 @@
|
||||||
|
|
||||||
#edit_synapse .permActivator {
|
#edit_synapse .permActivator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: -0.5em;
|
margin-top: -1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit_synapse {
|
#edit_synapse {
|
||||||
|
|
Loading…
Reference in a new issue