load pandora.min.js with pandora version

This commit is contained in:
j 2014-01-02 13:37:49 +00:00
parent d1ed4ce79d
commit 345ab88cae
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ appPanel
}), callback);
});
} else {
Ox.getFile(prefix + 'js/pandora.min.js', callback);
Ox.getFile(prefix + 'js/pandora.min.js?' + getPandoraVersion(), callback);
}
}