Fixed Github publish field memorizing

This commit is contained in:
benweet 2014-07-22 19:08:19 +01:00
parent ff6ba8031c
commit d74389360c

View File

@ -7,8 +7,7 @@ define([
var githubProvider = new Provider("github", "GitHub");
githubProvider.publishPreferencesInputIds = [
"github-reponame",
"github-username",
"github-repo",
"github-branch"
];