mirror of https://github.com/apache/archiva.git
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:
parent
598a1c8874
commit
0dc4a69e7a
|
@ -18,15 +18,15 @@
|
||||||
*/
|
*/
|
||||||
require(["text!js/archiva/templates/menu.html"+appendTemplateUrl(),
|
require(["text!js/archiva/templates/menu.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/topbar.html"+appendTemplateUrl(),
|
"text!js/archiva/templates/topbar.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/message.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/message.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/modal.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/modal.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/grids-generics.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/grids-generics.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/repositories.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/repositories.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/network-proxies.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/network-proxies.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/proxy-connectors.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/proxy-connectors.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/repository-groups.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/repository-groups.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/search.html?"+appendTemplateUrl(),
|
"text!js/archiva/templates/search.html"+appendTemplateUrl(),
|
||||||
"text!js/archiva/templates/general-admin.html?"+appendTemplateUrl()],
|
"text!js/archiva/templates/general-admin.html"+appendTemplateUrl()],
|
||||||
function(menu,topbar,message,modal,grids_generics,repositories,network_proxies,proxies_connectors,
|
function(menu,topbar,message,modal,grids_generics,repositories,network_proxies,proxies_connectors,
|
||||||
repository_groups,search,general_admin) {
|
repository_groups,search,general_admin) {
|
||||||
|
|
||||||
|
|
|
@ -16,13 +16,13 @@
|
||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
require(["text!js/redback/templates/user-edit.html?"+appendTemplateUrl(),
|
require(["text!js/redback/templates/user-edit.html"+appendTemplateUrl(),
|
||||||
"text!js/redback/templates/user-grids.html?"+appendTemplateUrl(),
|
"text!js/redback/templates/user-grids.html"+appendTemplateUrl(),
|
||||||
"text!js/redback/templates/login.html?"+appendTemplateUrl(),
|
"text!js/redback/templates/login.html"+appendTemplateUrl(),
|
||||||
"text!js/redback/templates/register-form.html?"+appendTemplateUrl(),
|
"text!js/redback/templates/register-form.html"+appendTemplateUrl(),
|
||||||
"text!js/redback/templates/password-change-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/user-edit-form.html"+appendTemplateUrl(),
|
||||||
"text!js/redback/templates/roles-tmpl.html?"+appendTemplateUrl()],
|
"text!js/redback/templates/roles-tmpl.html"+appendTemplateUrl()],
|
||||||
function(useredit, usergrids, login,register,passwordchange,usereditform,roles) {
|
function(useredit, usergrids, login,register,passwordchange,usereditform,roles) {
|
||||||
|
|
||||||
var htmlFragment=$("#html-fragments");
|
var htmlFragment=$("#html-fragments");
|
||||||
|
|
Loading…
Reference in New Issue