mirror of https://github.com/apache/cloudstack.git
Added a missing semi-colon
This commit is contained in:
parent
6090582d0a
commit
75ab3a554c
|
|
@ -73,7 +73,7 @@ $(document).ready(function() {
|
|||
href: id
|
||||
});
|
||||
name = target.text();
|
||||
$.cookie("theme.name", name)
|
||||
$.cookie("theme.name", name);
|
||||
$.cookie("theme", id);
|
||||
} else {
|
||||
if ($currentTheme != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue