Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add new admin flag for drag & drop
  • Loading branch information
Rob @Zehicle Hirschfeld committed Dec 12, 2011
1 parent f24439e commit 8aa70d7
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -4,7 +4,9 @@

:javascript
$(document).ready(function(){
var constraints = { "ntp-server": { "unique": true, "count": 1 }, "ntp-client": { "unique": true, "count": -1 } };
var constraints = {
"ntp-server": { "unique": true, "count": 1, "admin":true },
"ntp-client": { "unique": true, "count": -1, "admin":true } };
node_selector($('#drag_drop'), constraints);
});

0 comments on commit 8aa70d7

Please sign in to comment.