mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Don't blank the site name before filling it in
This commit is contained in:
parent
992655fa4b
commit
0491b6bdfd
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@
|
|||
|
||||
jQuery(window).load(function() {
|
||||
document.title = (new melpa.archivename.controller()).archiveName();
|
||||
jQuery(".archive-name").empty().each(function(i, e) {
|
||||
jQuery(".archive-name").each(function(i, e) {
|
||||
// jshint unused: false
|
||||
m.module(e, melpa.archivename);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue