Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'bug-623324-create_module_instruction' into release-1.0a7
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed Jan 6, 2011
2 parents d309ed5 + 0f022cf commit 52ec2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/jetpack/media/js/FlightDeck.Bespin.js
Expand Up @@ -26,7 +26,8 @@ var FDBespin = new Class({
ready: function() {
$log('FD: Bespin is ready');
if (!fd.item.options.modules.length) {
this.setContent('Please add a module first.');
this.setContent('\n\n\n<-- Please create a module in the left '
+'sidebar to start entering code for this library.');
}
this.fireEvent('ready');
var self = this;
Expand Down

0 comments on commit 52ec2af

Please sign in to comment.