Closed (fixed)
Project:
Simple Dialog
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jul 2011 at 18:11 UTC
Updated:
17 Jul 2011 at 18:42 UTC
Great module - will come in really useful. Looking forward to seeing it develop.
Discovered a couple of minor bugs relating to the ajax_loader graphic.
I think
drupal_add_css(drupal_get_path('module', 'simple_dialog') . '/css/simple_dialog.js');
should be:
drupal_add_css(drupal_get_path('module', 'simple_dialog') . '/css/simple_dialog.css');
--
Also in the module's css file
background: url(ajax_loader_white_bg.gif) no-repeat center center;
should be:
background: url(./images/ajax_loader_white_bg.gif) no-repeat center center;
Cheers
Luke
Comments
Comment #1
drclaw commentedThanks for the info. I'll fix this in the next commit.
Comment #2
drclaw commentedThis has been fixed and committed. Thanks again!
Comment #3
drclaw commentedoops. Fixed