Skip to content

Commit

Permalink
Fixes #2 Path to ajax-laod.gif fixed
Browse files Browse the repository at this point in the history
Fixed path to ajax-loader.gif
  • Loading branch information
renttek authored Oct 17, 2016
1 parent 451b819 commit 5ed8ecb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
// var url = 'http://magento1point7pointzeropoint1.dev/index.php/admin/index/globalSearch/key/ac3d62400d96f06be161863f7e4470d3/?query=nokia';

var img = new Element('img');
img.src = '/skin/adminhtml/default/default/images/ajax-loader.gif';
img.src = '<?php echo Mage::getDesign()->getSkinUrl('images/ajax-loader.gif', array( '_theme' => 'default' )); ?>';
var p = new Element('p');
p.insert(img);
p.id = 'pulsestorm_launcher_throbber';
Expand Down Expand Up @@ -318,4 +318,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<pre id="pulsestorm_launcher_test">
</pre>
</div>
-->
-->

0 comments on commit 5ed8ecb

Please sign in to comment.