minor modifications

This commit is contained in:
did 2011-07-25 23:40:24 +02:00
parent cb349b3ac0
commit ffb780238b
2 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{ {
"platform": "rails", 'platform': 'rails',
"platform_version": 3, 'platform_version': 3,
"ruby_version": "1.9.2", 'ruby_version': '1.9.2',
"sql": false, 'sql': false,
"mongodb": true, 'mongodb': true,
"start_page": "admin/pages#guider=welcome", 'start_page': 'admin/pages#guider=welcome',
"project_name": "locomotive" 'project_name': 'locomotive'
} }

View File

@ -99,6 +99,8 @@ var guiders = (function($){
var attachToHeight = myGuider.attachTo.innerHeight(); var attachToHeight = myGuider.attachTo.innerHeight();
var attachToWidth = myGuider.attachTo.innerWidth(); var attachToWidth = myGuider.attachTo.innerWidth();
console.log(myGuider);
var top = base.top; var top = base.top;
var left = base.left; var left = base.left;