--- loncom/auth/lonroles.pm 2013/08/16 13:25:41 1.269.2.13
+++ loncom/auth/lonroles.pm 2013/09/21 23:42:59 1.269.2.14
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.269.2.13 2013/08/16 13:25:41 raeburn Exp $
+# $Id: lonroles.pm,v 1.269.2.14 2013/09/21 23:42:59 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -746,7 +746,6 @@ ENDENTERKEY
my $swinfo=&Apache::lonmenu::rawconfig();
my $start_page=&Apache::loncommon::start_page($pagetitle,undef,{bread_crumbs=>$brcrum});
my $funcs = &get_roles_functions($showcount);
- my $standby=&mt('Role selected. Please stand by.');
$standby=~s/\n/\\n/g;
my $noscript='
'.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.').'
'.&mt('As this is not the case, most functionality in the system will be unavailable.').'
';