src/cm/media/js/client/c_permissions.js
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 341 053551f213fb
permissions -rw-r--r--
add link to "privacy policy" in the header test

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