From 0f45569ccd9a3f4589bc1bb658c16701b7886f7b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 12 May 2016 14:31:57 -0400 Subject: [PATCH] Default to NC for My Publications CC license, and reorder SA option --- chrome/content/zotero/publicationsDialog.js | 2 +- chrome/content/zotero/publicationsDialog.xul | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/publicationsDialog.js b/chrome/content/zotero/publicationsDialog.js index e8c0ef1a4..94b367a06 100644 --- a/chrome/content/zotero/publicationsDialog.js +++ b/chrome/content/zotero/publicationsDialog.js @@ -35,7 +35,7 @@ var Zotero_Publications_Dialog = new function () { var _shareSettings = { sharing: 'reserved', // 'reserved', 'cc', 'cc0' adaptations: 'no', - commercial: 'yes' + commercial: 'no' }; var _license = null; diff --git a/chrome/content/zotero/publicationsDialog.xul b/chrome/content/zotero/publicationsDialog.xul index ff02c56d0..3b4bc1816 100644 --- a/chrome/content/zotero/publicationsDialog.xul +++ b/chrome/content/zotero/publicationsDialog.xul @@ -90,14 +90,14 @@