Commit 4b806768 by Your Name Committed by Jay Zoldak

more server trial and error

parent 8568ce7a
......@@ -19,7 +19,7 @@ class @DiscussionUtil
@roleIds = roles
@loadFlagModerator: (what)->
@isFlagModerator = ((what=="True") or (what == "1"))
@isFlagModerator = ((what=="True") or (what == 1))
@loadRolesFromContainer: ->
@loadRoles($("#discussion-container").data("roles"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment