src/cm/media/js/client/c_permissions.js
author gibus
Thu, 09 Aug 2012 16:55:25 +0200
changeset 459 a69421197502
parent 341 053551f213fb
permissions -rw-r--r--
Fixed renderContents on BeautifilSoup if there is no body in source html

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