Index: lams_central/web/qb/search.jsp
===================================================================
diff -u -rfe19797ec82718905555353176ed719bec11043e -r54a3c302d29d64b55efa18189083dadd13c51708
--- lams_central/web/qb/search.jsp (.../search.jsp) (revision fe19797ec82718905555353176ed719bec11043e)
+++ lams_central/web/qb/search.jsp (.../search.jsp) (revision 54a3c302d29d64b55efa18189083dadd13c51708)
@@ -148,7 +148,7 @@
success: function(response, status, xhr) {
if (response.isDuplicated) {
//show not successfull notification
- $.growlUI(' ');
+ $.growlUI(' ');
} else {
$("#itemArea").html(response);
@@ -159,7 +159,7 @@
}
//show successfull notification
- $.growlUI(' ');
+ $.growlUI(' ');
}
}
});
@@ -221,7 +221,7 @@
iconSet: 'fontAwesome',
colNames:[
'questionUid',
- '',
+ '',
'questionDescription'
],
colModel:[
@@ -240,7 +240,7 @@
$("#question-detail-area").hide().html("");
//display warning message
- $(this).jqGrid("displayErrorMessage", "");
+ $(this).jqGrid("displayErrorMessage", "");
}
})
.navGrid("#questions-grid-pager", {edit:false,add:false,del:false,search:false});