Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 10, 2014
1 parent 3e0cf7c commit b6f0199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/testweb/creator_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ $(document).ready(function() {


if (userName == creatorName) {

// show the creator content
$("#creator_edit_content").removeClass("hide");

// show the save btn
setupSummerNote('getcreatorpage', '#main_body', 'main_body');

Expand Down

0 comments on commit b6f0199

Please sign in to comment.