File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/src/modules/sm/App/providers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22angular . module ( 'sm' ) . filter ( 'RMPUrl' , function ( ) {
33 return function ( input ) {
44 if ( input && input != "TBA" ) {
5- var EscapedName = input . replace ( / / g , "+" ) ;
5+ var EscapedName = encodeURIComponent ( input ) ;
66 return '<a target="_blank" href="http://www.ratemyprofessors.com/search.jsp?queryBy=teacherName&queryoption=HEADER&query=' + EscapedName + '&facetSearch=true&schoolName=rochester+institute+of+technology">' + input + '</a>' ;
77 } else {
88 return '<a href="#">' + input + '</a>' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " schedulemaker" ,
3- "version" : " 3.0.17 " ,
3+ "version" : " 3.0.18 " ,
44 "private" : true ,
55 "description" : " A course database lookup tool and schedule building web application for use at Rochester Institute of Technology." ,
66 "main" : " index.php" ,
You can’t perform that action at this time.
0 commit comments