src/cm/media/js/client/c_permissions.js
author gibus
Fri, 11 Jan 2013 16:51:16 +0100
changeset 482 00f61fe2430a
parent 341 053551f213fb
permissions -rw-r--r--
Add custom CSS and fonts.

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