Skip to content

Commit

Permalink
make data-load-remote more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Jan 8, 2014
1 parent ecd1abf commit 2757ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(function(){

$(".chzn-select").chosen();

$("li[data-load-remote]").each(function() {
$("*[data-load-remote]").each(function() {
$(this)
.addClass('progress')
.load($(this).data('loadRemote'), function(content, textStatus) {
Expand Down

0 comments on commit 2757ab7

Please sign in to comment.