made permission editing card less stupid

This commit is contained in:
Devin Howard 2013-02-28 21:49:09 -05:00
parent eaa9ba4d88
commit 16d46ffd28
2 changed files with 1 additions and 2 deletions

View file

@ -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() {

View file

@ -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 {