X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=js%2Fjquery.ui.nsinstall.js;fp=js%2Fjquery.ui.nsinstall.js;h=772fa6fe3a64a73e670c1691f0b56a0cbf535ac6;hb=2881d1393f363efd3c5f0e9b58706e6e35e85717;hp=78c6189093609442efed826b5fd2e7f6de53e446;hpb=480a21049384e47afe920e73972ca336ec8e6a54;p=living-lab-site.git diff --git a/js/jquery.ui.nsinstall.js b/js/jquery.ui.nsinstall.js index 78c6189..772fa6f 100644 --- a/js/jquery.ui.nsinstall.js +++ b/js/jquery.ui.nsinstall.js @@ -108,6 +108,7 @@ $.widget( "ui.nsinstall", { _createSwarmPlayerInstall: function() { var widget = this; + var msg; if (widget.options.error == 'none') { @@ -133,7 +134,7 @@ $.widget( "ui.nsinstall", { + '' + ''); - var msg = 'SwarmPlayer ' + widget.options.msg[widget.options.error]; + msg = 'SwarmPlayer ' + widget.options.msg[widget.options.error]; $('#install-swarmplayer-msg').html(msg); } else @@ -149,7 +150,7 @@ $.widget( "ui.nsinstall", { + '' + ''); - var msg = 'SwarmPlayer ' + widget.options.msg[widget.options.error]; + msg = 'SwarmPlayer ' + widget.options.msg[widget.options.error]; $('#install-swarmplayer-msg').html(msg); }