Skip to content

Commit

Permalink
source mode issue again
Browse files Browse the repository at this point in the history
  • Loading branch information
martec committed Sep 29, 2014
1 parent 22c9800 commit 44ccb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/plugins/quickadveditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function quickadveditor_info ()
"website" => "",
"author" => "martec",
"authorsite" => "",
"version" => "5.1.0",
"version" => "5.1.1",
"guid" => "",
"compatibility" => "18*"
);
Expand Down Expand Up @@ -188,7 +188,7 @@ function quickadveditor_activate()
}
},200);
if(\'{\$sourcemode}\' != \'\') {
\$(\'#quickedit_\'+pid).sceditor(\'instance\').sourceMode(true);
\$(\'textarea[name*=\"value\"]\').sceditor(\'instance\').sourceMode(true);
}
},400);
});
Expand Down

0 comments on commit 44ccb81

Please sign in to comment.