Fix methods in frame content
This commit is contained in:
@@ -56,7 +56,7 @@ function TexFrame() {
|
||||
this.index=null; // Frame Index [a-z]
|
||||
this.owner=0; // The Service Provider owning the frame.
|
||||
this.cost=0; // The cost to view the frame @TODO
|
||||
this.content=''; // The frame content
|
||||
this.content=''; // The frame content, base64 encoded
|
||||
|
||||
// Frame's owned by the system where:
|
||||
// isPublic is FALSE - the user must be logged in to view it
|
||||
|
Reference in New Issue
Block a user