I expected it to load cause in normal environment it does and it
works.
$('document').ready(function()
{
        Autoload.init();
        FoldManager.init($("ul#folds"), $("div#panels"));
        Parallels.create();

        $().ajaxError(function($evt, $request, $settings)
{ AjaxError.handleError($settings); });
        $().ajaxSuccess(function($evt, $request, $settings){ AjaxError.check
($request); });
}); - even if I wont use jQuery

Oh well everything thats left is to change directory structure to.
- script
  - background
  - - autoload.js
  - - init.js
  options
  - - autoload.js
  - - init.js

Regards

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to