]> source.dussan.org Git - archiva.git/commitdiff
no need of 2 ? in url
authorOlivier Lamy <olamy@apache.org>
Fri, 23 Mar 2012 14:52:57 +0000 (14:52 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 23 Mar 2012 14:52:57 +0000 (14:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304388 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/main-tmpl.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/redback-tmpl.js

index 5ff35cc5adbeb827556846f99355321db3e878b3..f365c8fecb76188364ee177685bbf4013b448973 100644 (file)
  */
 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) {
 
index 217c64673b1698b88e8e0e8ef560777c14cf35e0..a604ae137c2cf78889f58d25adbe0aa704fe282b 100644 (file)
  * 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");