Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/js/base.js
64 64
 * Helper function to return a view's arguments based on a path.
65 65
 */
66 66
Drupal.Views.parseViewArgs = function (href, viewPath) {
67

  
68
  // Provide language prefix.
69
  if (Drupal.settings.pathPrefix) {
70
    var viewPath = Drupal.settings.pathPrefix + viewPath;
71
  }
67 72
  var returnObj = {};
68 73
  var path = Drupal.Views.getPath(href);
69 74
  // Ensure we have a correct path.

Formats disponibles : Unified diff