no need of 2 ? in url

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-23 14:52:57 +00:00
parent 598a1c8874
commit 0dc4a69e7a
2 changed files with 16 additions and 16 deletions

View File

@ -18,15 +18,15 @@
*/
require(["text!js/archiva/templates/menu.html"+appendTemplateUrl(),
"text!js/archiva/templates/topbar.html"+appendTemplateUrl(),
"text!js/archiva/templates/message.html?"+appendTemplateUrl(),
"text!js/archiva/templates/modal.html?"+appendTemplateUrl(),
"text!js/archiva/templates/grids-generics.html?"+appendTemplateUrl(),
"text!js/archiva/templates/repositories.html?"+appendTemplateUrl(),
"text!js/archiva/templates/network-proxies.html?"+appendTemplateUrl(),
"text!js/archiva/templates/proxy-connectors.html?"+appendTemplateUrl(),
"text!js/archiva/templates/repository-groups.html?"+appendTemplateUrl(),
"text!js/archiva/templates/search.html?"+appendTemplateUrl(),
"text!js/archiva/templates/general-admin.html?"+appendTemplateUrl()],
"text!js/archiva/templates/message.html"+appendTemplateUrl(),
"text!js/archiva/templates/modal.html"+appendTemplateUrl(),
"text!js/archiva/templates/grids-generics.html"+appendTemplateUrl(),
"text!js/archiva/templates/repositories.html"+appendTemplateUrl(),
"text!js/archiva/templates/network-proxies.html"+appendTemplateUrl(),
"text!js/archiva/templates/proxy-connectors.html"+appendTemplateUrl(),
"text!js/archiva/templates/repository-groups.html"+appendTemplateUrl(),
"text!js/archiva/templates/search.html"+appendTemplateUrl(),
"text!js/archiva/templates/general-admin.html"+appendTemplateUrl()],
function(menu,topbar,message,modal,grids_generics,repositories,network_proxies,proxies_connectors,
repository_groups,search,general_admin) {

View File

@ -16,13 +16,13 @@
* specific language governing permissions and limitations
* under the License.
*/
require(["text!js/redback/templates/user-edit.html?"+appendTemplateUrl(),
"text!js/redback/templates/user-grids.html?"+appendTemplateUrl(),
"text!js/redback/templates/login.html?"+appendTemplateUrl(),
"text!js/redback/templates/register-form.html?"+appendTemplateUrl(),
"text!js/redback/templates/password-change-form.html?"+appendTemplateUrl(),
"text!js/redback/templates/user-edit-form.html?"+appendTemplateUrl(),
"text!js/redback/templates/roles-tmpl.html?"+appendTemplateUrl()],
require(["text!js/redback/templates/user-edit.html"+appendTemplateUrl(),
"text!js/redback/templates/user-grids.html"+appendTemplateUrl(),
"text!js/redback/templates/login.html"+appendTemplateUrl(),
"text!js/redback/templates/register-form.html"+appendTemplateUrl(),
"text!js/redback/templates/password-change-form.html"+appendTemplateUrl(),
"text!js/redback/templates/user-edit-form.html"+appendTemplateUrl(),
"text!js/redback/templates/roles-tmpl.html"+appendTemplateUrl()],
function(useredit, usergrids, login,register,passwordchange,usereditform,roles) {
var htmlFragment=$("#html-fragments");