Skip to content

Commit

Permalink
comments, console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Oct 24, 2016
1 parent 057fb97 commit f506458
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@
if (updateInfoList.length === 0) {
/** No updates **/
link.innerHTML = Joomla.JText._('PLG_QUICKICON_EXTENSIONUPDATE_UPTODATE');
console.log('no update');
console.log(Joomla.JText._('PLG_QUICKICON_EXTENSIONUPDATE_UPTODATE'));
} else {
// Testing replace #30 if (updateInfoList.length === 1) {
// And uncomment next line
// updateInfoList = ['r', '3']

var messages = {
"message": [
Joomla.JText._('PLG_QUICKICON_EXTENSIONUPDATE_UPDATEFOUND_MESSAGE').replace("%s", updateInfoList.length)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f506458

Please sign in to comment.