src/cm/media/js/client/c_permissions.js
author Production Moz <dev@sopinspace.com>
Mon, 16 Apr 2012 15:57:14 +0200
changeset 410 55ce34b8d146
parent 341 053551f213fb
permissions -rw-r--r--
Allows multiple co-mentable texts to be isplayed in the same HTML page (with Drupal 7 co_ment module).

hasPerm = function(label) {
  return (-1 != CY.Array.indexOf(sv_user_permissions, label)) ; 
}