Skip to content
Snippets Groups Projects
Commit 10b65594 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified.

parent f7d64d33
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ Drupal.formatString = function(str, args) {
str = str.replace(key, args[key]);
}
return str;
}
};
/**
* Translate strings to the page language or a given language.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment